summaryrefslogtreecommitdiff
path: root/configs/socrates_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2023-01-24 20:07:00 +0300
committerTom Rini <trini@konsulko.com>2023-02-06 21:04:53 +0300
commitafb269c679e8accb6f19231121a3a02ad0359c8a (patch)
tree989ff25f9ac00b1064b3c6315a2a8cf9fc90107d /configs/socrates_defconfig
parent9e85d186eaa92fb9d460ed4954eb591c3581bc80 (diff)
downloadu-boot-afb269c679e8accb6f19231121a3a02ad0359c8a.tar.xz
powerpc/mpc85xx: socrates: enable signed fitImages
allow only to boot signed fitimages (and signed u-boot scripts). Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/socrates_defconfig')
-rw-r--r--configs/socrates_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig
index d4c08f1941..e03c971b5e 100644
--- 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