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>
This commit is contained in:
parent
6f12c61cf3
commit
4efe20c957
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* (C) Copyright 2006
|
* (C) Copyright 2006
|
||||||
* Alex Bounine , Tundra Semiconductor Corp.
|
* 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
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
@ -60,12 +60,7 @@
|
|||||||
#define CONFIG_BOARD_EARLY_INIT_R
|
#define CONFIG_BOARD_EARLY_INIT_R
|
||||||
#define CONFIG_MISC_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_HAS_ETH1
|
||||||
#define CONFIG_ETH1ADDR 00:06:D2:00:00:02
|
|
||||||
|
|
||||||
#define CONFIG_ENV_OVERWRITE
|
#define CONFIG_ENV_OVERWRITE
|
||||||
|
|
||||||
@ -141,11 +136,6 @@
|
|||||||
|
|
||||||
#define CONFIG_NET_MULTI
|
#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_BOOTFILE zImage.initrd.elf
|
||||||
#define CONFIG_LOADADDR 0x400000
|
#define CONFIG_LOADADDR 0x400000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user