projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8701ece
)
MPC8260ADS: Define CONFIG_HAS_ETH0.
author
Scott Wood
<scottwood@freescale.com>
Fri, 3 Apr 2009 20:24:40 +0000
(15:24 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 4 Apr 2009 18:00:10 +0000
(20:00 +0200)
This is required so that the MAC address will be updated in the device tree.
Signed-off-by: Scott Wood <scottwood@freescale.com>
include/configs/MPC8260ADS.h
patch
|
blob
|
history
diff --git
a/include/configs/MPC8260ADS.h
b/include/configs/MPC8260ADS.h
index 528c9ef79cb048f5c08bedac5012fb2c259ac88f..d6e44773d4f7f92363327e6ce8feb91875728ea0 100644
(file)
--- a/
include/configs/MPC8260ADS.h
+++ b/
include/configs/MPC8260ADS.h
@@
-517,6
+517,8
@@
#endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/
+#define CONFIG_HAS_ETH0
+
#if CONFIG_ADSTYPE == CONFIG_SYS_8272ADS
#define CONFIG_HAS_ETH1
#endif