diff options
Diffstat (limited to 'cpu/mcf5445x/cpu_init.c')
| -rw-r--r-- | cpu/mcf5445x/cpu_init.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/cpu/mcf5445x/cpu_init.c b/cpu/mcf5445x/cpu_init.c index e07748bd8..51a9e9037 100644 --- a/cpu/mcf5445x/cpu_init.c +++ b/cpu/mcf5445x/cpu_init.c @@ -61,11 +61,13 @@ void cpu_init_f(void)  	    GPIO_PAR_FBCTL_OE | GPIO_PAR_FBCTL_TA_TA | GPIO_PAR_FBCTL_RW_RW |  	    GPIO_PAR_FBCTL_TS_TS; +#if !defined(CONFIG_CF_SBF)  #if (defined(CFG_CS0_BASE) && defined(CFG_CS0_MASK) && defined(CFG_CS0_CTRL))  	fbcs->csar0 = CFG_CS0_BASE;  	fbcs->cscr0 = CFG_CS0_CTRL;  	fbcs->csmr0 = CFG_CS0_MASK;  #endif +#endif  #if (defined(CFG_CS1_BASE) && defined(CFG_CS1_MASK) && defined(CFG_CS1_CTRL))  	/* Latch chipselect */ |