]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: socfpga: allow configs without network support
authorSimon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Thu, 25 Jan 2018 06:18:27 +0000 (07:18 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 25 Jan 2018 08:59:37 +0000 (09:59 +0100)
commit1c7fa79314ee77443c56ad80303de55710cede29
tree5568d8dcf860ff084a534d1f1ff984b6dadfcb8f
parentfb4413295c765aa8c013650984dc2d908964c81d
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>
13 files changed:
configs/socfpga_arria10_defconfig
configs/socfpga_arria5_defconfig
configs/socfpga_cyclone5_defconfig
configs/socfpga_de0_nano_soc_defconfig
configs/socfpga_de10_nano_defconfig
configs/socfpga_de1_soc_defconfig
configs/socfpga_is1_defconfig
configs/socfpga_mcvevk_defconfig
configs/socfpga_sockit_defconfig
configs/socfpga_socrates_defconfig
configs/socfpga_sr1500_defconfig
configs/socfpga_vining_fpga_defconfig
include/configs/socfpga_common.h