diff options
| author | wdenk <wdenk> | 2004-05-29 16:53:29 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-05-29 16:53:29 +0000 | 
| commit | 69459791268d48c7081802dbc7a51d4e42c8a8cd (patch) | |
| tree | 0f7abe7ba3e44aa9100bce5ec274dac6954bb08d /common/env_common.c | |
| parent | e4cc71aa4403c82f0b3e89087024f83832ece9ec (diff) | |
| download | olio-uboot-2014.01-69459791268d48c7081802dbc7a51d4e42c8a8cd.tar.xz olio-uboot-2014.01-69459791268d48c7081802dbc7a51d4e42c8a8cd.zip | |
Fix CONFIG_ETH*ADDR for Ocotea board.LABEL_2004_05_29_1850
Sort Makefile.
Update docs.
Diffstat (limited to 'common/env_common.c')
| -rw-r--r-- | common/env_common.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/common/env_common.c b/common/env_common.c index d46f24f60..4aa043ef3 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -94,6 +94,9 @@ uchar default_environment[] = {  #ifdef	CONFIG_ETH2ADDR  	"eth2addr="	MK_STR(CONFIG_ETH2ADDR)		"\0"  #endif +#ifdef	CONFIG_ETH3ADDR +	"eth3addr="	MK_STR(CONFIG_ETH3ADDR)		"\0" +#endif  #ifdef	CONFIG_IPADDR  	"ipaddr="	MK_STR(CONFIG_IPADDR)		"\0"  #endif |