summaryrefslogtreecommitdiff
path: root/include/configs/MPC8323ERDB.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/MPC8323ERDB.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/MPC8323ERDB.h')
-rw-r--r--include/configs/MPC8323ERDB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h
index 564de02f5..3521eb67a 100644
--- a/include/configs/MPC8323ERDB.h
+++ b/include/configs/MPC8323ERDB.h
@@ -513,6 +513,7 @@
*/
#define CONFIG_ENV_OVERWRITE
+#define CONFIG_HAS_ETH0 /* add support for "ethaddr" */
#define CONFIG_ETHADDR 00:04:9f:ef:03:01
#define CONFIG_HAS_ETH1 /* add support for "eth1addr" */
#define CONFIG_ETH1ADDR 00:04:9f:ef:03:02