]> Git Repo - u-boot.git/commitdiff
powerpc/mpc85xx: socrates: enable signed fitImages
authorHeiko Schocher <[email protected]>
Tue, 24 Jan 2023 17:07:00 +0000 (18:07 +0100)
committerTom Rini <[email protected]>
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 <[email protected]>
configs/socrates_defconfig

index d4c08f1941713565fa7df71dad23f9913220a814..e03c971b5e91dcc9a4297ff4ef260f8006c242ad 100644 (file)
@@ -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
This page took 0.03571 seconds and 4 git commands to generate.