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)
commitaff7f1314a14ab2af5dbb04a33744c1c4db5aef7
tree26534677d51794d1a30485b089dbcbc724c61629
parenta3f0a8e7a1be4843363967e63d8e5c7b725ce2fc
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 <sascha-pgp@silbe.org>
Tested-By: Sascha Silbe <sascha-pgp@silbe.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig