Finish converting CONFIG_BOOTM_NETBSD et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / socfpga_is1.h
index 06337d4..468a35d 100644 (file)
 /* Memory configurations */
 #define PHYS_SDRAM_1_SIZE              0x10000000
 
-/* Booting Linux */
-#define CONFIG_BOOTFILE                "zImage"
-
 /* Ethernet on SoC (EMAC) */
-#if defined(CONFIG_CMD_NET)
-#define CONFIG_ARP_TIMEOUT             500UL
-#endif
 
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>