From ca43ba18e910206ef8063e4b22d282630bff3fd2 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Thu, 11 Jan 2007 15:44:44 +0100 Subject: Added support for the SOLIDCARD III board from Eurodesign Signed-off-by: Heiko Schocher --- cpu/ppc4xx/cpu_init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpu/ppc4xx/cpu_init.c') diff --git a/cpu/ppc4xx/cpu_init.c b/cpu/ppc4xx/cpu_init.c index 4b746b0..9e24b33 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; -- cgit v1.1