mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
cef3675509
commit
4eee55bf2c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue