The CMD_BOOT[IZ] symbols have a dependency on LMB, correctly,
currently. Make sure that in BOOT_DEFAULTS_CMDS we only select these
commands if LMB is enabled.
Signed-off-by: Tom Rini <trini@konsulko.com>
select CMD_DHCP if CMD_NET && !NO_NET
select CMD_PING if CMD_NET && !NO_NET
select CMD_PXE if CMD_NET && !NO_NET
- select CMD_BOOTI if ARM64
- select CMD_BOOTZ if ARM && !ARM64
+ select CMD_BOOTI if ARM64 && LMB
+ select CMD_BOOTZ if ARM && !ARM64 && LMB
imply CMD_MII if CMD_NET && !NO_NET
config BOOT_DEFAULTS