diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-02-18 19:28:12 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2010-02-22 16:48:06 -0600 |
commit | ecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0 (patch) | |
tree | 604cbc2ac3b3b923996ecfe8ba4a8d5d8652486a /include/configs/MPC837XERDB.h | |
parent | 4c006dd1501283eecaea813a0e5e225e9ee6fdeb (diff) | |
download | u-boot-ecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0.tar.gz |
mpc83xx: remove hardcoded network addresses from config files
and avoid e.g., two identical boards from causing random networking
conflicts when hooked up to the same network.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC837XERDB.h')
-rw-r--r-- | include/configs/MPC837XERDB.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 913184c828..ca60272263 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -643,20 +643,8 @@ */ #define CONFIG_ENV_OVERWRITE -#ifdef CONFIG_HAS_ETH0 -#define CONFIG_ETHADDR 00:04:9f:ef:04:01 -#endif - -#ifdef CONFIG_HAS_ETH1 -#define CONFIG_ETH1ADDR 00:04:9f:ef:04:02 -#endif - #define CONFIG_HAS_FSL_DR_USB -#define CONFIG_IPADDR 10.0.0.2 -#define CONFIG_SERVERIP 10.0.0.1 -#define CONFIG_GATEWAYIP 10.0.0.1 -#define CONFIG_NETMASK 255.0.0.0 #define CONFIG_NETDEV eth1 #define CONFIG_HOSTNAME mpc837x_rdb |