ARM: 6792/1: SPEAr: Replace SIZE macro's with SZ_4K macros
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-spear3xx / spear320.c
index 8ba3ff252942d972348215b2ded03f04db13afa8..741c1f414cbd8fa85850b621227c8f68dda42031 100644 (file)
@@ -520,7 +520,7 @@ void __init spear320_init(void)
        spear3xx_init();
 
        /* shared irq registration */
-       base = ioremap(SPEAR320_SOC_CONFIG_BASE, SPEAR320_SOC_CONFIG_SIZE);
+       base = ioremap(SPEAR320_SOC_CONFIG_BASE, SZ_4K);
        if (base) {
                /* shirq 1 */
                shirq_ras1.regs.base = base;