arm: dra7xx: Add DDR related data for DRA752 ES1.0
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / omap-common / emif-common.c
index 0683b9f..9eb1279 100644 (file)
@@ -1191,7 +1191,7 @@ void dmm_init(u32 base)
        writel(lisa_map_regs->dmm_lisa_map_0,
                &hw_lisa_map_regs->dmm_lisa_map_0);
 
-       if (omap_revision() >= OMAP4460_ES1_0) {
+       if (lisa_map_regs->is_ma_present) {
                hw_lisa_map_regs =
                    (struct dmm_lisa_map_regs *)MA_BASE;