]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
boot: Add LEGACY_IMAGE_FORMAT to DISTRO_DEFAULTS
authorTom Rini <trini@konsulko.com>
Mon, 18 Aug 2025 16:51:19 +0000 (10:51 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 9 Sep 2025 16:30:57 +0000 (10:30 -0600)
At this time there are still major Linux distributions which by default
boot using LEGACY_IMAGE_FORMAT type scripts. Add this option to
DISTRO_DEFAULTS to ensure these platforms can still boot.

Fixes: d780965927d4 ("Drop the special am335x_boneblack_vboot target")
Reported-by: Sascha Silbe <sascha-pgp@silbe.org>
Tested-By: Sascha Silbe <sascha-pgp@silbe.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig

index 2993cd7f9ba891d7929cc916563fdf4679d82591..124f6db3e6e17d143698342f4ce61844278d2f2c 100644 (file)
@@ -1162,6 +1162,7 @@ config DISTRO_DEFAULTS
        select CMD_SYSBOOT
        select HUSH_PARSER
        select SYS_LONGHELP
+       select LEGACY_IMAGE_FORMAT
        help
          Note: These scripts have been replaced by Standard Boot. Do not use
          them on new boards. See 'Migrating from distro_boot' at