commit | 4f38592f9f212c7e96707fb4938adfd5fa06d880 | [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 | f02b8d17619f76124045a9e75acc17d8de3207a1 [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>