]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Make OS booting dependent on BOOTM
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:01 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commitb34c8289d205c5f5c7367a468e08346b0c7f3baa
treebe067135469c630ef168757f0bd03204f428589a
parent6e558e34e0d8b8a0fc5704e2372643f8fcab0091
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>
boot/Kconfig
cmd/Kconfig