aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/magician.c
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2009-01-17 18:45:43 +0100
committerEric Miao <eric.miao@marvell.com>2009-01-21 15:06:36 +0800
commitfcb78d1f615a46509bffd9347b7f36fab4db79df (patch)
treead5621d1eab9e6c6a736db9787f02b0cc9a94daa /arch/arm/mach-pxa/magician.c
parent[ARM] pxa/magician: enable power I2C for max158xx (diff)
downloadlinux-dev-fcb78d1f615a46509bffd9347b7f36fab4db79df.tar.xz
linux-dev-fcb78d1f615a46509bffd9347b7f36fab4db79df.zip
[ARM] pxa/magician: Use SZ_64M for physmap resource
Improves readability over the custom #define. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r--arch/arm/mach-pxa/magician.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index f734d6635470..b952508d5f94 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -693,11 +693,9 @@ static void magician_set_vpp(struct map_info *map, int vpp)
gpio_set_value(EGPIO_MAGICIAN_FLASH_VPP, vpp);
}
-#define PXA_CS_SIZE 0x04000000
-
static struct resource strataflash_resource = {
.start = PXA_CS0_PHYS,
- .end = PXA_CS0_PHYS + PXA_CS_SIZE - 1,
+ .end = PXA_CS0_PHYS + SZ_64M - 1,
.flags = IORESOURCE_MEM,
};