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 | u-boot-imx-69459791268d48c7081802dbc7a51d4e42c8a8cd.zip u-boot-imx-69459791268d48c7081802dbc7a51d4e42c8a8cd.tar.gz u-boot-imx-69459791268d48c7081802dbc7a51d4e42c8a8cd.tar.bz2 |
Fix CONFIG_ETH*ADDR for Ocotea board.
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 d46f24f..4aa043e 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 |