[PATCH] boot: Add LEGACY_IMAGE_FORMAT to DISTRO_DEFAULTS

Tom Rini trini at konsulko.com
Mon Aug 18 18:51:19 CEST 2025


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 at silbe.org>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 boot/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/Kconfig b/boot/Kconfig
index 2ff6f0037384..a6fc46ff4f5f 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -1163,6 +1163,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
-- 
2.43.0



More information about the U-Boot mailing list