diff options
Diffstat (limited to 'common/env_common.c')
| -rw-r--r-- | common/env_common.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/common/env_common.c b/common/env_common.c index 77f99441a..0fee3affb 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -91,6 +91,12 @@ uchar default_environment[] = {  #ifdef	CONFIG_ETH3ADDR  	"eth3addr="	MK_STR(CONFIG_ETH3ADDR)		"\0"  #endif +#ifdef	CONFIG_ETH4ADDR +	"eth4addr="	MK_STR(CONFIG_ETH4ADDR)		"\0" +#endif +#ifdef	CONFIG_ETH5ADDR +	"eth5addr="	MK_STR(CONFIG_ETH5ADDR)		"\0" +#endif  #ifdef	CONFIG_IPADDR  	"ipaddr="	MK_STR(CONFIG_IPADDR)		"\0"  #endif |