summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_sockit_defconfig
diff options
context:
space:
mode:
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>2018-01-25 07:18:27 +0100
committerMarek Vasut <marex@denx.de>2018-01-25 09:59:37 +0100
commit1c7fa79314ee77443c56ad80303de55710cede29 (patch)
tree5568d8dcf860ff084a534d1f1ff984b6dadfcb8f /configs/socfpga_sockit_defconfig
parentfb4413295c765aa8c013650984dc2d908964c81d (diff)
downloadu-boot-1c7fa79314ee77443c56ad80303de55710cede29.tar.gz
u-boot-1c7fa79314ee77443c56ad80303de55710cede29.tar.xz
u-boot-1c7fa79314ee77443c56ad80303de55710cede29.zip
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>
Diffstat (limited to 'configs/socfpga_sockit_defconfig')
-rw-r--r--configs/socfpga_sockit_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_sockit_defconfig b/configs/socfpga_sockit_defconfig
index 857f2f73ec..fb55e9df84 100644
--- a/configs/socfpga_sockit_defconfig
+++ b/configs/socfpga_sockit_defconfig
@@ -28,6 +28,7 @@ CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_DHCP=y
+CONFIG_CMD_PXE=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y