Skip to content
Snippets Groups Projects
Commit dd1c351f authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: Group ethernet configuration options together


No functional chagnes.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e9d69c1c
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,11 @@ ...@@ -47,6 +47,11 @@
# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
# define CONFIG_PHYLIB # define CONFIG_PHYLIB
# define CONFIG_PHY_MARVELL # define CONFIG_PHY_MARVELL
# define CONFIG_BOOTP_SERVERIP
# define CONFIG_BOOTP_BOOTPATH
# define CONFIG_BOOTP_GATEWAY
# define CONFIG_BOOTP_HOSTNAME
# define CONFIG_BOOTP_MAY_FAIL
#endif #endif
/* SPI */ /* SPI */
...@@ -122,12 +127,6 @@ ...@@ -122,12 +127,6 @@
# define CONFIG_SYS_EEPROM_SIZE 1024 /* Bytes */ # define CONFIG_SYS_EEPROM_SIZE 1024 /* Bytes */
#endif #endif
#define CONFIG_BOOTP_SERVERIP
#define CONFIG_BOOTP_BOOTPATH
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_HOSTNAME
#define CONFIG_BOOTP_MAY_FAIL
/* Total Size of Environment Sector */ /* Total Size of Environment Sector */
#define CONFIG_ENV_SIZE (128 << 10) #define CONFIG_ENV_SIZE (128 << 10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment