diff options
| author | Chanho Park <[email protected]> | 2025-01-16 00:31:48 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-22 11:21:58 -0600 |
| commit | 72ff74dc09b7a9c62c4b3ccbb6c7bd6c9874ef47 (patch) | |
| tree | 21e7e0e7d4d7a356a424e5f1d50fe2ddde810ecf /scripts/checkpatch.pl | |
| 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 <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
