summaryrefslogtreecommitdiff
path: root/include/configs/MPC8540EVAL.h
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2007-08-16 16:35:02 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2007-08-16 16:35:02 -0500
commit10327dc5541f947c0cf7e31fef86c4706169607a (patch)
tree5af76632a26fba67b207257c34677d1f93333d43 /include/configs/MPC8540EVAL.h
parentd64ee908a1b525e5bb2b4cbeb5c449ad6a469666 (diff)
Add CONFIG_HAS_ETH0 to all boards with TSEC
The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether to update TSEC1's device-tree node, so we need to add it to all the boards with TSECs. Do this for 83xx and 86xx, too, since they will eventually do something similar. Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/MPC8540EVAL.h')
-rw-r--r--include/configs/MPC8540EVAL.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/MPC8540EVAL.h b/include/configs/MPC8540EVAL.h
index 5c03ac8c9..e376c1165 100644
--- a/include/configs/MPC8540EVAL.h
+++ b/include/configs/MPC8540EVAL.h
@@ -213,10 +213,13 @@
#define CONFIG_NET_MULTI 1
#define CONFIG_MII 1 /* MII PHY management */
#define CONFIG_TSEC1 1
+#define CONFIG_HAS_ETH0
#define CONFIG_TSEC1_NAME "TSEC0"
#define CONFIG_TSEC2 1
+#define CONFIG_HAS_ETH1
#define CONFIG_TSEC2_NAME "TSEC1"
#define CONFIG_MPC85XX_FEC 1
+#define CONFIG_HAS_ETH2
#define CONFIG_MPC85XX_FEC_NAME "FEC"
#define TSEC1_PHY_ADDR 7
#define TSEC2_PHY_ADDR 4