summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schocher <[email protected]>2023-01-24 18:07:00 +0100
committerTom Rini <[email protected]>2023-02-06 13:04:53 -0500
commitafb269c679e8accb6f19231121a3a02ad0359c8a (patch)
tree989ff25f9ac00b1064b3c6315a2a8cf9fc90107d
parent9e85d186eaa92fb9d460ed4954eb591c3581bc80 (diff)
powerpc/mpc85xx: socrates: enable signed fitImages
allow only to boot signed fitimages (and signed u-boot scripts). Signed-off-by: Heiko Schocher <[email protected]>
-rw-r--r--configs/socrates_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig
index d4c08f19417..e03c971b5e9 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