summaryrefslogtreecommitdiff
path: root/include/configs/MPC8360EMDS.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-01-09 15:24:06 -0600
committerKim Phillips <kim.phillips@freescale.com>2008-01-10 20:52:38 -0600
commit977b57583a7c34010e566a09a679ec3c1836f996 (patch)
tree6e4adbe9ba5d81c87be233a37d96da07854590bd /include/configs/MPC8360EMDS.h
parent422b1a01602b6e2fbf8444a1192c7ba31461fd4c (diff)
mpc83xx: add missing CONFIG_HAS_ETH0 defines
the new libfdt code only updates eth0 if CONFIG_HAS_ETH0 is defined; add the define to the missing board configs. Thanks to Emilian Medve for finding this. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8360EMDS.h')
-rw-r--r--include/configs/MPC8360EMDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h
index fedb8a9c5..a6755e7cc 100644
--- a/include/configs/MPC8360EMDS.h
+++ b/include/configs/MPC8360EMDS.h
@@ -606,6 +606,7 @@
#define CONFIG_ENV_OVERWRITE
#if defined(CONFIG_UEC_ETH)
+#define CONFIG_HAS_ETH0
#define CONFIG_ETHADDR 00:04:9f:ef:01:01
#define CONFIG_HAS_ETH1
#define CONFIG_ETH1ADDR 00:04:9f:ef:01:02