commit | b4832e8bbec9a996250706db509103c5f6715d08 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:01 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | be067135469c630ef168757f0bd03204f428589a | |
parent | 79b906ce41d635c604e5806c4c58ebabdd296594 [diff] |
bootm: Make OS booting dependent on BOOTM Booting an OS does not require the 'bootm' command, so change the condition for these options. Move them into boot/ so they don't depend on CMDLINE Note that CMD_BOOTM_PRE_LOAD has been put directly into the bootm code so will need some additional refactoring (and a test!) to allow it to change over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>