diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index 87011f3de69d..593ccd35ca97 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c | |||
@@ -416,7 +416,7 @@ static struct map_desc pxa3xx_io_desc[] __initdata = { | |||
416 | { /* Mem Ctl */ | 416 | { /* Mem Ctl */ |
417 | .virtual = (unsigned long)SMEMC_VIRT, | 417 | .virtual = (unsigned long)SMEMC_VIRT, |
418 | .pfn = __phys_to_pfn(PXA3XX_SMEMC_BASE), | 418 | .pfn = __phys_to_pfn(PXA3XX_SMEMC_BASE), |
419 | .length = 0x00200000, | 419 | .length = SMEMC_SIZE, |
420 | .type = MT_DEVICE | 420 | .type = MT_DEVICE |
421 | } | 421 | } |
422 | }; | 422 | }; |