
3 Apr
2009
3 Apr
'09
10:24 p.m.
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 | 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