]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot: Update tests around network symbols in BOOT_DEFAULTS_CMDS
authorTom Rini <trini@konsulko.com>
Tue, 17 Mar 2026 01:24:28 +0000 (19:24 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 30 Mar 2026 21:02:27 +0000 (15:02 -0600)
commitf1e978fd54d934260c58be85470a4a1f382f6f44
tree1afbff42b2889c12aaa35abf2b1c22b41b1baf3c
parent4f2875911f67dc318096f5e0bc85c3b82512a2a5
boot: Update tests around network symbols in BOOT_DEFAULTS_CMDS

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.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig