]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: config: Enable config to decompress the FIT image
authorJim Liu <jim.t90615@gmail.com>
Tue, 13 Jun 2023 07:45:53 +0000 (15:45 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:52:18 +0000 (12:52 -0400)
Enable FIT and SHA config to decompress the kernel image

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
configs/poleg_evb_defconfig

index b00fb48a5a78962a6e4689d51cc49b1a285f69fb..cab589d7aa088250a89e2565251e954a009f9e7c 100644 (file)
@@ -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