[U-Boot] [PATCH 2/2] MPC8260ADS: Define CONFIG_HAS_ETH0.
Scott Wood
scottwood at freescale.com
Fri Apr 3 22:24:40 CEST 2009
This is required so that the MAC address will be updated in the device tree.
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
include/configs/MPC8260ADS.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h
index 088df8b..de6a3e3 100644
--- a/include/configs/MPC8260ADS.h
+++ b/include/configs/MPC8260ADS.h
@@ -519,6 +519,8 @@
#endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/
+#define CONFIG_HAS_ETH0
+
#if CONFIG_ADSTYPE == CONFIG_SYS_8272ADS
#define CONFIG_HAS_ETH1
#endif
--
1.5.6.rc1.6.gc53ad
More information about the U-Boot
mailing list