Message ID | 20231118210547.577026-1-sjg@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | bootm: Refactoring to reduce reliance on CMDLINE (part A) | expand |
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!