]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:25 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:09 +0000 (14:49 -0500)
commit9d298c96afc64f76c54057d924cf4a2ea5fac5ea
tree0ba0f43ef764b8b9042e5f5b062bd7696f3688cb
parent2180a454fc961f3eb7c88eeb95a6507ef6a0bedb
boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT

This particular option is required for booting all image types,
regardless of if we are starting an OS via command line or something
else.  Move the question for SYS_BOOTM_LEN to be by the question for
LEGACY_IMAGE_FORMAT, as that's where our generic OS questions start.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig
cmd/Kconfig