]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: Update SYS_BOOTM_LEN to depend on BOOTM
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:03 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commit6d47fd39fc53c4baaeed8b9b0d3ad6c0bf07f80f
tree0d9fa526bd90477a6261a69d2b42849f0a1f77c0
parent6be5ec948b7f6f9e771dee4f5a7bc1c150ebef04
boot: Update SYS_BOOTM_LEN to depend on BOOTM

Use the new CONFIG_BOOTM symbol to determine whether SYS_BOOT_LEN is
visible or not, since we want to support decompression when CMDLINE is
disabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig