summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-08-10 00:51:26 +0200
committerWolfgang Denk <wd@denx.de>2008-08-10 00:51:26 +0200
commitfe749f0cef7b07f2e701543ac5f78cf21bc5829f (patch)
tree7521fdb1a718f1247fd647112dd014151f436081 /include/configs
parent29f8f58ff40c67f7f2e11afd1715173094e52ac2 (diff)
parent6689484ccd43189322aaa5a1c6cd02cdd511ad7d (diff)
Merge branch 'master' of git://git.denx.de/u-boot-mpc512x
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ads5121.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h
index f104e68f1b..091da803a7 100644
--- a/include/configs/ads5121.h
+++ b/include/configs/ads5121.h
@@ -308,6 +308,7 @@
#define CONFIG_PHY_ADDR 0x1
#define CONFIG_MII 1 /* MII PHY management */
#define CONFIG_FEC_AN_TIMEOUT 1
+#define CONFIG_HAS_ETH0
/*
* Configure on-board RTC
@@ -478,10 +479,10 @@
#define CONFIG_OF_LIBFDT 1
#define CONFIG_OF_BOARD_SETUP 1
+#define CONFIG_OF_SUPPORT_OLD_DEVICE_TREES 1
#define OF_CPU "PowerPC,5121@0"
-#define OF_SOC "soc@80000000"
-#define OF_SOC_OLD "soc5121@80000000"
+#define OF_SOC_COMPAT "fsl,mpc5121-immr"
#define OF_TBCLK (bd->bi_busfreq / 4)
#define OF_STDOUT_PATH "/soc@80000000/serial@11300"