projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4796bc4
)
env_common: Add missing ethprime
author
Benoît Thébaudeau
<benoit.thebaudeau@advansee.com>
Fri, 10 Aug 2012 07:45:31 +0000
(07:45 +0000)
committer
Tom Rini
<trini@ti.com>
Tue, 18 Sep 2012 19:01:51 +0000
(12:01 -0700)
The ethprime env var was missing from env_common.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Wolfgang Denk <wd@denx.de>
common/env_common.c
patch
|
blob
|
history
diff --git
a/common/env_common.c
b/common/env_common.c
index d9e990dbbec92c9eb6f8b4e28194e1e6ee6d1856..911a6afd1bf94733de179f127711dda622eb5b4a 100644
(file)
--- 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