diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-01-13 16:27:14 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-01-26 08:55:58 +0100 |
commit | dd1c351ffe33dcbfa977f9b8760b8a1fd443fa11 (patch) | |
tree | 88ee56873eb6a5305fb13bed6129d8ac664e2a1e /include/configs/zynq-common.h | |
parent | e9d69c1c717649cf6ee909139ccf9c04e82a7075 (diff) | |
download | talos-obmc-uboot-dd1c351ffe33dcbfa977f9b8760b8a1fd443fa11.tar.gz talos-obmc-uboot-dd1c351ffe33dcbfa977f9b8760b8a1fd443fa11.zip |
ARM: zynq: Group ethernet configuration options together
No functional chagnes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index f968e7666d..cbafba1cc3 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -47,6 +47,11 @@ # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN # define CONFIG_PHYLIB # 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 /* SPI */ @@ -122,12 +127,6 @@ # define CONFIG_SYS_EEPROM_SIZE 1024 /* Bytes */ #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 */ #define CONFIG_ENV_SIZE (128 << 10) |