From 42f9ebff2f758bef524780a00c712eb63a72d99b Mon Sep 17 00:00:00 2001
From: Scott Wood <scottwood@freescale.com>
Date: Fri, 3 Apr 2009 15:24:40 -0500
Subject: [PATCH] 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 file changed, 2 insertions(+)

diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h
index 528c9ef79c..d6e44773d4 100644
--- 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
-- 
2.39.5