ARM: pxa: Don't hardcode addresses and size in map_desc tables
[cascardo/linux.git] / arch / arm / mach-pxa / pxa25x.c
index f2c2897..926c506 100644 (file)
@@ -331,7 +331,7 @@ static struct map_desc pxa25x_io_desc[] __initdata = {
        {       /* Mem Ctl */
                .virtual        = (unsigned long)SMEMC_VIRT,
                .pfn            = __phys_to_pfn(PXA2XX_SMEMC_BASE),
-               .length         = 0x00200000,
+               .length         = SMEMC_SIZE,
                .type           = MT_DEVICE
        },
 };