
17 Oct
2023
17 Oct
'23
4:02 p.m.
On Mon, Oct 16, 2023 at 04:28:05PM -0600, Simon Glass wrote:
There are two cleanup functions needed during boot which depend on CMD_BOOTM: bootm_disable_interrupts() and board_quiesce_devices()
Provide static inline versions of these for when commands are not enabled.
Signed-off-by: Simon Glass sjg@chromium.org
NAK, these functions need to be available to boot the OS, regardless of command line existing or not. Unwind things in the other direction please.
--
Tom