From: Jim Liu Date: Tue, 13 Jun 2023 07:45:53 +0000 (+0800) Subject: ARM: config: Enable config to decompress the FIT image X-Git-Tag: v2025.01-rc5-pxa1908~941^2~19 X-Git-Url: http://git.dujemihanovic.xyz/%22mailto:Murray.Jensen%40csiro.au/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=e0a1c81cd83b96e0d4a64dc9f567288a9bee7c85;p=u-boot.git ARM: config: Enable config to decompress the FIT image Enable FIT and SHA config to decompress the kernel image Signed-off-by: Jim Liu --- 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