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 <s...@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

Attachment: signature.asc
Description: PGP signature

Reply via email to