diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/spl_minimal.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/spl_minimal.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/spl_minimal.c b/arch/powerpc/cpu/mpc85xx/spl_minimal.c index 058949793..c6b9cd0ac 100644 --- a/arch/powerpc/cpu/mpc85xx/spl_minimal.c +++ b/arch/powerpc/cpu/mpc85xx/spl_minimal.c @@ -30,7 +30,7 @@ DECLARE_GLOBAL_DATA_PTR;  void cpu_init_f(void)  { -#if defined(CONFIG_SYS_RAMBOOT) && defined(CONFIG_SYS_INIT_L2_ADDR) +#ifdef CONFIG_SYS_INIT_L2_ADDR  	ccsr_l2cache_t *l2cache = (void *)CONFIG_SYS_MPC85xx_L2_ADDR;  	out_be32(&l2cache->l2srbar0, CONFIG_SYS_INIT_L2_ADDR); |