[PATCH] boot: Update tests around network symbols in BOOT_DEFAULTS_CMDS
Tom Rini
trini at konsulko.com
Tue Mar 31 01:00:10 CEST 2026
On Mon, 16 Mar 2026 19:24:28 -0600, Tom Rini wrote:
> As exposed by "make randconfig", we have an issues around a number of
> symbols in BOOT_DEFAULTS_CMDS. Due to the nature of how we currently
> handle other networking related command options, we need to be testing
> for "!NO_NET" (which is the symbol for no networking stack) or "NET ||
> NET_LWIP" rather than CMD_NET alone. For consistency and clarity here
> use "CMD_NET && !NO_NET" here.
>
> [...]
Applied to u-boot/next, thanks!
[1/1] boot: Update tests around network symbols in BOOT_DEFAULTS_CMDS
commit: f1e978fd54d934260c58be85470a4a1f382f6f44
--
Tom
More information about the U-Boot
mailing list