From: Heiko Schocher Date: Thu, 23 Feb 2023 06:03:47 +0000 (+0100) Subject: powerpc/mpc85xx: disable legacy format booting X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~17^2~23 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=2336cb2d912505519a3ff8bf0afe190711b82b7e;p=uboot.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