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 d9e990dbb..911a6afd1 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -80,6 +80,9 @@ const uchar default_environment[] = {  #ifdef	CONFIG_ETH5ADDR  	"eth5addr="	MK_STR(CONFIG_ETH5ADDR)		"\0"  #endif +#ifdef	CONFIG_ETHPRIME +	"ethprime="	CONFIG_ETHPRIME			"\0" +#endif  #ifdef	CONFIG_IPADDR  	"ipaddr="	MK_STR(CONFIG_IPADDR)		"\0"  #endif |