]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove the static MAC address, ip address, server ip, netmask and
authorroy zang <tie-fei.zang@freescale.com>
Mon, 4 Dec 2006 06:46:23 +0000 (14:46 +0800)
committerZang Tiefei <roy@bus.ap.freescale.net>
Mon, 4 Dec 2006 06:46:23 +0000 (14:46 +0800)
gateway ip for network setting.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
include/configs/mpc7448hpc2.h

index 38c382cf7c8cb1a698b93d1ece9561d73117b1ce..6bad515477bff3dc68ebc10f036187c457a3afd7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * (C) Copyright 2006
  * Alex Bounine , Tundra Semiconductor Corp.
- * Roy Zang    , Freescale Corp.
+ * Roy Zang    , <tie-fei.zang@freescale.com> Freescale Corp.
  *
  * See file CREDITS for list of people who contributed to this
  * project.
 #define CONFIG_BOARD_EARLY_INIT_R
 #define CONFIG_MISC_INIT_R
 
-/* Default MAC Addresses for on-chip GIGE Controller */
-
-#define CONFIG_ETHADDR         00:06:D2:00:00:01
-
 #define CONFIG_HAS_ETH1
-#define CONFIG_ETH1ADDR                00:06:D2:00:00:02
 
 #define CONFIG_ENV_OVERWRITE
 
 
 #define CONFIG_NET_MULTI
 
-#define CONFIG_IPADDR          172.27.234.48
-#define CONFIG_SERVERIP                172.27.234.10
-#define CONFIG_NETMASK         255.255.0.0
-#define CONFIG_GATEWAYIP       172.27.255.254
-
 #define CONFIG_BOOTFILE                zImage.initrd.elf
 #define CONFIG_LOADADDR                0x400000