aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/sizes.h
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2009-06-02 21:43:45 -0400
committerNicolas Pitre <nico@cam.org>2009-06-08 13:05:02 -0400
commitc1191b0e3b5fc080e0b09859024f39c4a8c5d4d5 (patch)
treea19483259cc2c86af73a1622b4fe179e226e93e8 /arch/arm/include/asm/sizes.h
parentfc63b7239a9c939f38450620f773d057b037976b (diff)
[ARM] Kirkwood: create a mapping for the Security Accelerator SRAM
Always creating the physical mapping should do no harm, so let's remove the interface that was provided for its optional creation and make the mapping static. Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/include/asm/sizes.h')
-rw-r--r--arch/arm/include/asm/sizes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/sizes.h b/arch/arm/include/asm/sizes.h
index ada93a8fc2ef..4fc1565e4f93 100644
--- a/arch/arm/include/asm/sizes.h
+++ b/arch/arm/include/asm/sizes.h
@@ -29,6 +29,7 @@
29#define SZ_512 0x00000200 29#define SZ_512 0x00000200
30 30
31#define SZ_1K 0x00000400 31#define SZ_1K 0x00000400
32#define SZ_2K 0x00000800
32#define SZ_4K 0x00001000 33#define SZ_4K 0x00001000
33#define SZ_8K 0x00002000 34#define SZ_8K 0x00002000
34#define SZ_16K 0x00004000 35#define SZ_16K 0x00004000