[PATCH v3 14/32] bootm: Allow building when cleanup functions are missing
Tom Rini
trini at konsulko.com
Tue Oct 17 16:02:16 CEST 2023
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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231017/de658f2f/attachment.sig>
More information about the U-Boot
mailing list