]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: sandbox64: Enable legacy image format support
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 23 Aug 2023 00:17:12 +0000 (02:17 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 6 Sep 2023 17:51:19 +0000 (13:51 -0400)
Align the sandbox64 defconfig with sandbox defconfig. Enable missing
legacy image format support. This fixes ut_bootstd_bootflow_cmd_menu
test.

Suggested-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/sandbox64_defconfig

index 55a01b7eb9dea4ff47b364d556bb06551f88bd4d..b97380544a3b473bfb305ef9b0b716d77bce65cc 100644 (file)
@@ -13,6 +13,7 @@ CONFIG_SYS_MEMTEST_END=0x00101000
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_FIT_VERBOSE=y
+CONFIG_LEGACY_IMAGE_FORMAT=y
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_BOOTSTAGE=y
 CONFIG_BOOTSTAGE_REPORT=y