commit | 2e5d9a66509eedc24e530c73d16ba269f9372e6b | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com> | Thu Jan 25 07:18:27 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Jan 25 09:59:37 2018 +0100 |
tree | 5568d8dcf860ff084a534d1f1ff984b6dadfcb8f | |
parent | 3f78e923a9f50f2e291b4bfa6eb24517652e898b [diff] |
arm: socfpga: allow configs without network support Currently, socfpga_common.h does not allow configurations without network support. This is because CONFIG_CMD_PXE is defined in this file and distro mode has DHCP hard-coded as available. Fix this by moving CONFIG_CMD_PXE and CONFIG_MENU to the defconfigs and by making DHCP optional in BOOT_TARGET_DEVICES(func). Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>