From: Tom Rini Date: Mon, 18 Aug 2025 16:51:19 +0000 (-0600) Subject: boot: Add LEGACY_IMAGE_FORMAT to DISTRO_DEFAULTS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aff7f1314a14ab2af5dbb04a33744c1c4db5aef7;p=thirdparty%2Fu-boot.git boot: Add LEGACY_IMAGE_FORMAT to DISTRO_DEFAULTS 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 Tested-By: Sascha Silbe Signed-off-by: Tom Rini --- diff --git a/boot/Kconfig b/boot/Kconfig index 2993cd7f9ba..124f6db3e6e 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -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