commit | cc46484debf018860c7ce775ee2d57097a12bbf4 | [log] [tgz] |
---|---|---|
author | Alex Kiernan <alex.kiernan@gmail.com> | Sun Apr 01 09:22:35 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Apr 08 23:00:58 2018 -0400 |
tree | 4860a448af90d815d2b486bbc0ec9688b3a618b3 | |
parent | f1531ad42e5ffd03b2aed679eed44ccbc943330b [diff] |
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: Alex Kiernan <alex.kiernan@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>