From: Heiko Schocher Date: Thu, 23 Feb 2023 06:03:47 +0000 (+0100) Subject: powerpc/mpc85xx: disable legacy format booting X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=00491a30b1a4170b6cdd8f563828b6a55cd6e510;p=u-boot.git powerpc/mpc85xx: disable legacy format booting disable CONFIG_LEGACY_IMAGE_FORMAT so prevent of booting not signed fitimages. Signed-off-by: Heiko Schocher --- diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index 24655131a8..df8b31b4e7 100644 --- a/configs/socrates_defconfig +++ b/configs/socrates_defconfig @@ -18,7 +18,6 @@ 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_BOOTDELAY=1 CONFIG_AUTOBOOT_KEYED=y