Skip to content
Commit 4f38592f authored by Alex Kiernan's avatar Alex Kiernan Committed by Tom Rini
Browse files

ti: am335x: Fix bootargs when building without NET



If DHCP/PXE commands are disabled then the compilation fails due to
bootargs attempting to use them:

  include/config_distro_bootcmd.h:319:2: error: expected ‘}’ before ‘BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE’

Ensure that if the command aren't enabled, we don't try and use them.

Signed-off-by: default avatarAlex Kiernan <alex.kiernan@gmail.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent f02b8d17
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment