summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Liu <jim.t90615@gmail.com>2023-06-13 10:45:53 +0300
committerTom Rini <trini@konsulko.com>2023-07-14 19:52:18 +0300
commit4eee55bf2c282fd89f3cc27557ceb52533ee3431 (patch)
tree9869d251fe8c089423b55c830641e57432434abb
parentcef36755094f0c5463ff34ac89de8d88ef68982b (diff)
downloadu-boot-4eee55bf2c282fd89f3cc27557ceb52533ee3431.tar.xz
ARM: config: Enable config to decompress the FIT image
Enable FIT and SHA config to decompress the kernel image Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
-rw-r--r--configs/poleg_evb_defconfig3
1 files changed, 3 insertions, 0 deletions
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