diff options
author | roy zang <tie-fei.zang@freescale.com> | 2006-12-04 14:46:23 +0800 |
---|---|---|
committer | Zang Tiefei <roy@bus.ap.freescale.net> | 2006-12-04 14:46:23 +0800 |
commit | 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0 (patch) | |
tree | e667d75b1f37a344889c6b8b0087e216e869e1e0 /include/configs | |
parent | 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf (diff) | |
download | u-boot-imx-4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0.zip u-boot-imx-4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0.tar.gz u-boot-imx-4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0.tar.bz2 |
Remove the static MAC address, ip address, server ip, netmask and
gateway ip for network setting.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mpc7448hpc2.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h index 38c382c..6bad515 100644 --- a/include/configs/mpc7448hpc2.h +++ b/include/configs/mpc7448hpc2.h @@ -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. @@ -60,12 +60,7 @@ #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 @@ -141,11 +136,6 @@ #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 |