git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3bbad8
)
ARM: config: Enable config to decompress the FIT image
author
Jim Liu
<jim.t90615@gmail.com>
Tue, 13 Jun 2023 07:45:53 +0000
(15:45 +0800)
committer
Tom Rini
<trini@konsulko.com>
Fri, 14 Jul 2023 19:21:07 +0000
(15:21 -0400)
Enable FIT and SHA config to decompress the kernel image
Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
configs/poleg_evb_defconfig
patch
|
blob
|
history
diff --git
a/configs/poleg_evb_defconfig
b/configs/poleg_evb_defconfig
index
b00fb48
..
cab589d
100644
(file)
--- 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