Re: [U-Boot] [PATCH] arm: socfpga: allow configs without network support

2018-01-11 Thread Marek Vasut
On 01/11/2018 09:07 AM, Simon Goldschmidt wrote: > 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 t

[U-Boot] [PATCH] arm: socfpga: allow configs without network support

2018-01-11 Thread Simon Goldschmidt
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_TARGE