summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-08-18 10:51:19 -0600
committerTom Rini <[email protected]>2025-09-09 10:30:57 -0600
commitaff7f1314a14ab2af5dbb04a33744c1c4db5aef7 (patch)
tree26534677d51794d1a30485b089dbcbc724c61629 /boot
parenta3f0a8e7a1be4843363967e63d8e5c7b725ce2fc (diff)
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 <[email protected]> Tested-By: Sascha Silbe <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig1
1 files changed, 1 insertions, 0 deletions
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