commit | 79b906ce41d635c604e5806c4c58ebabdd296594 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:00 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | de37f542302805f6a2da27bf8e3a3bce54352945 | |
parent | b63afe932e23fac6405b18cf8cb40daee82a4976 [diff] |
bootm: Add a Kconfig option for bootm functionality Create a separate Kconfig option which enables the bootm logic, separate from the 'bootm' command. This will eventually allow booting without CMDLINE enabled. Update boards which disable CMD_BOOTM to disable BOOTM instead, since CMD_BOOTM now depends on BOOTM Signed-off-by: Simon Glass <sjg@chromium.org>