[PATCH v3 02/32] bootstd: Correct dependencies on CMDLINE

Tom Rini trini at konsulko.com
Tue Oct 17 15:32:24 CEST 2023


On Mon, Oct 16, 2023 at 04:27:53PM -0600, Simon Glass wrote:

> With recent changes over the last few years in boot/Kconfig it is
> no-longer possible to disable CMDLINE. It results in various link
> errors because some options which require CMDLINE are enabled
> regardless of whether it is available.
> 
> Add the necessary conditions to fix this.
> 
> Note that it would be better to have all commands depend on CMDLINE,
> but that is extremely difficult at present, since some functions use
> CMD_xxx to enable feature xxx. For example networking and environment
> have a number of problems to tease apart.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>

Since you later rework things to tease apart most, if not all of this,
please split out the patches which tease things apart in to their own
series so that the rest of this becomes reviewable and also reasonable
looking.

-- 
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/5b49c7f6/attachment.sig>


More information about the U-Boot mailing list