summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/cpu_init.c
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2007-01-11 15:44:44 +0100
committerHeiko Schocher <hs@pollux.denx.de>2007-01-11 15:44:44 +0100
commitca43ba18e910206ef8063e4b22d282630bff3fd2 (patch)
tree36362debec5396606d0ef02f34b46c02fc9893ea /cpu/ppc4xx/cpu_init.c
parent92eb729bad876725aeea908d2addba0800620840 (diff)
downloadblackbird-obmc-uboot-ca43ba18e910206ef8063e4b22d282630bff3fd2.tar.gz
blackbird-obmc-uboot-ca43ba18e910206ef8063e4b22d282630bff3fd2.zip
Added support for the SOLIDCARD III board from Eurodesign
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'cpu/ppc4xx/cpu_init.c')
-rw-r--r--cpu/ppc4xx/cpu_init.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c
index 4b746b072e..9e24b33f5a 100644
--- a/cpu/ppc4xx/cpu_init.c
+++ b/cpu/ppc4xx/cpu_init.c
@@ -31,7 +31,6 @@
DECLARE_GLOBAL_DATA_PTR;
#endif
-
#define mtebc(reg, data) mtdcr(ebccfga,reg);mtdcr(ebccfgd,data)
#ifdef CFG_INIT_DCACHE_CS
@@ -312,6 +311,10 @@ cpu_init_f (void)
mtebc(pb7cr, CFG_EBC_PB7CR);
#endif
+#if defined (CONFIG_SOLIDCARD3)
+mtebc(epcr, 0xb84ef000);
+*(unsigned long *)0x79000080 = 0x0001;
+#endif
#if defined(CONFIG_WATCHDOG)
unsigned long val;
OpenPOWER on IntegriCloud