diff options
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 |