vexpress64: Fix bootargs when building without NET
authorChanho Park <parkch98@gmail.com>
Wed, 15 Jan 2025 15:31:48 +0000 (00:31 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 17:21:58 +0000 (11:21 -0600)
commit72ff74dc09b7a9c62c4b3ccbb6c7bd6c9874ef47
tree21e7e0e7d4d7a356a424e5f1d50fe2ddde810ecf
parent3d729838b3206c7c009bbc94f49c5265719198d0
vexpress64: Fix bootargs when building without NET

When building without DHCP/PXE configurations (NET disabled),
compilation errors may occur due to mismatched bootargs.
Ensure bootargs related to DHCP/PXE are not enabled if the
corresponding commands are disabled.

include/config_distro_bootcmd.h:443:9: error: expected ‘}’ before
‘BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE’
  443 |         BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Chanho Park <parkch98@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
include/configs/vexpress_aemv8.h