projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e85d18
)
powerpc/mpc85xx: socrates: enable signed fitImages
author
Heiko Schocher
<hs@denx.de>
Tue, 24 Jan 2023 17:07:00 +0000
(18:07 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 6 Feb 2023 18:04:53 +0000
(13:04 -0500)
allow only to boot signed fitimages (and signed u-boot
scripts).
Signed-off-by: Heiko Schocher <hs@denx.de>
configs/socrates_defconfig
patch
|
blob
|
history
diff --git
a/configs/socrates_defconfig
b/configs/socrates_defconfig
index
d4c08f1
..
e03c971
100644
(file)
--- a/
configs/socrates_defconfig
+++ b/
configs/socrates_defconfig
@@
-16,7
+16,9
@@
CONFIG_L2_CACHE=y
CONFIG_ENABLE_36BIT_PHYS=y
CONFIG_SYS_MONITOR_LEN=786432
CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
+CONFIG_LEGACY_IMAGE_FORMAT=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_MONITOR_BASE=0xFFF40000
CONFIG_BOOTDELAY=1