[U-Boot] [PATCH 2/2] MPC8260ADS: Define CONFIG_HAS_ETH0.

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

Dear Scott Wood,
In message 20090403202440.GD6196@ld0162-tx32.am.freescale.net you wrote:
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(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Scott Wood
-
Wolfgang Denk