diff --git a/arch/arm/mach-omap2/emif-common.c b/arch/arm/mach-omap2/emif-common.c index b26984e26c5e8648598a36380d991fb34d1dd3df..def7fe0f0a85bae647d502fde2ccad04d93fc0c3 100644 --- a/arch/arm/mach-omap2/emif-common.c +++ b/arch/arm/mach-omap2/emif-common.c @@ -1195,7 +1195,7 @@ static void do_sdram_init(u32 base) ddr3_init(base, regs); #endif } -#ifdef CONFIG_OMAP54X +#ifdef CONFIG_OMAP54XX if (warm_reset() && (emif_sdram_type(regs->sdram_config) == EMIF_SDRAM_TYPE_DDR3) && !is_dra7xx()) { set_lpmode_selfrefresh(base);