summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-10-07 15:47:47 -0400
committerJustin Waters <justin.waters@timesys.com>2009-10-07 15:47:47 -0400
commit26dc95690b04b5c2032ce94b82a3002831639a8b (patch)
tree709171e0620830393d94926dd67eed3fcdac922c
parent735586d8200e41338a876e704ab3eeae6b91cd67 (diff)
u-boot-2009.03-p2020rdb-Defines-for-CONFIG_ETH
Added missing defines for CONFIG_ETH0, CONFIG_ETH1, CONFIG_ETH2. In case they are not defined the u-boot does not fixup mac addresses in the device tree. Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
-rw-r--r--include/configs/P10XX_20XX_RDB.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/P10XX_20XX_RDB.h b/include/configs/P10XX_20XX_RDB.h
index f8b1335522..5b619ad854 100644
--- a/include/configs/P10XX_20XX_RDB.h
+++ b/include/configs/P10XX_20XX_RDB.h
@@ -435,6 +435,11 @@
#define CONFIG_ETHPRIME "eTSEC1"
#define CONFIG_PHY_GIGE 1 /* Include GbE speed/duplex detection */
+
+#define CONFIG_HAS_ETH0
+#define CONFIG_HAS_ETH1
+#define CONFIG_HAS_ETH2
+
#endif /* CONFIG_TSEC_ENET */
/*