diff options
Diffstat (limited to 'include/configs/M5485EVB.h')
-rw-r--r-- | include/configs/M5485EVB.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h index ce9f3b01b2..efb64a14ce 100644 --- a/include/configs/M5485EVB.h +++ b/include/configs/M5485EVB.h @@ -75,13 +75,10 @@ # endif # endif /* CONFIG_SYS_DISCOVER_PHY */ -# define CONFIG_ETHADDR 00:e0:0c:bc:e5:60 -# define CONFIG_ETH1ADDR 00:e0:0c:bc:e5:61 # define CONFIG_IPADDR 192.162.1.2 # define CONFIG_NETMASK 255.255.255.0 # define CONFIG_SERVERIP 192.162.1.1 # define CONFIG_GATEWAYIP 192.162.1.1 -# define CONFIG_OVERWRITE_ETHADDR_ONCE #endif |