diff options
author | Chanho Park <parkch98@gmail.com> | 2025-01-16 00:31:48 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-22 11:21:58 -0600 |
commit | 72ff74dc09b7a9c62c4b3ccbb6c7bd6c9874ef47 (patch) | |
tree | 21e7e0e7d4d7a356a424e5f1d50fe2ddde810ecf /drivers/fpga | |
parent | 3d729838b3206c7c009bbc94f49c5265719198d0 (diff) |
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>
Diffstat (limited to 'drivers/fpga')
0 files changed, 0 insertions, 0 deletions