[PATCH v3 00/32] bootm: Refactoring to reduce reliance on CMDLINE (part A)
Tom Rini
trini at konsulko.com
Wed Dec 13 21:01:21 CET 2023
On Sat, 18 Nov 2023 14:04:48 -0700, Simon Glass wrote:
> It would be useful to be able to boot an OS when CONFIG_CMDLINE is
> disabled. This could allow reduced code size.
>
> Standard boot provides a way to handle programmatic boot, without
> scripts, so such a feature is possible. The main impediment is the
> inability to use the booting features of U-Boot without a command line.
> So the solution is to avoid passing command arguments and the like to
> code in boot/
>
> [...]
Applied to u-boot/next, thanks!
--
Tom
More information about the U-Boot
mailing list