summaryrefslogtreecommitdiffstats
path: root/include/configs/sbc8349.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2010-02-18 19:28:12 -0600
committerKim Phillips <kim.phillips@freescale.com>2010-02-22 16:48:06 -0600
commitecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0 (patch)
tree604cbc2ac3b3b923996ecfe8ba4a8d5d8652486a /include/configs/sbc8349.h
parent4c006dd1501283eecaea813a0e5e225e9ee6fdeb (diff)
downloadtalos-obmc-uboot-ecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0.tar.gz
talos-obmc-uboot-ecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0.zip
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/sbc8349.h')
-rw-r--r--include/configs/sbc8349.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h
index 7bef1195d3..4ea65ce164 100644
--- a/include/configs/sbc8349.h
+++ b/include/configs/sbc8349.h
@@ -631,21 +631,13 @@
#if defined(CONFIG_TSEC_ENET)
#define CONFIG_HAS_ETH0
-#define CONFIG_ETHADDR 00:a0:1e:a0:13:8d
#define CONFIG_HAS_ETH1
-#define CONFIG_ETH1ADDR 00:a0:1e:a0:13:8e
#endif
-#define CONFIG_IPADDR 192.168.1.234
-
#define CONFIG_HOSTNAME SBC8349
#define CONFIG_ROOTPATH /tftpboot/rootfs
#define CONFIG_BOOTFILE uImage
-#define CONFIG_SERVERIP 192.168.1.1
-#define CONFIG_GATEWAYIP 192.168.1.1
-#define CONFIG_NETMASK 255.255.255.0
-
#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
#define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
OpenPOWER on IntegriCloud