diff options
author | Heiko Schocher <hs@denx.de> | 2023-02-23 07:03:47 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-30 15:09:58 -0400 |
commit | 00491a30b1a4170b6cdd8f563828b6a55cd6e510 (patch) | |
tree | 070cb0c7ab39ea2a17646394962f00929915be56 | |
parent | f1617e99b933d2c3ecb381954148284d37bf922e (diff) |
powerpc/mpc85xx: disable legacy format booting
disable CONFIG_LEGACY_IMAGE_FORMAT so prevent of booting
not signed fitimages.
Signed-off-by: Heiko Schocher <hs@denx.de>
-rw-r--r-- | configs/socrates_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index 24655131a8a..df8b31b4e7b 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 |