[PATCH v1 1/4] ARM: config: Enable config to decompress the FIT image

Jim Liu jim.t90615 at gmail.com
Tue Jun 13 09:45:53 CEST 2023


Enable FIT and SHA config to decompress the kernel image

Signed-off-by: Jim Liu <JJLIU0 at nuvoton.com>
---
 configs/poleg_evb_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/poleg_evb_defconfig b/configs/poleg_evb_defconfig
index b00fb48a5a..cab589d7aa 100644
--- a/configs/poleg_evb_defconfig
+++ b/configs/poleg_evb_defconfig
@@ -102,3 +102,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_WDT_NPCM=y
 CONFIG_LIB_HW_RAND=y
 CONFIG_SHA_HW_ACCEL=y
+CONFIG_FIT=y
+CONFIG_SHA256=y
+CONFIG_SHA512=y
-- 
2.17.1



More information about the U-Boot mailing list