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)
downloadkernel_samsung_smdk4412-c1191b0e3b5fc080e0b09859024f39c4a8c5d4d5.zip
kernel_samsung_smdk4412-c1191b0e3b5fc080e0b09859024f39c4a8c5d4d5.tar.gz
kernel_samsung_smdk4412-c1191b0e3b5fc080e0b09859024f39c4a8c5d4d5.tar.bz2
[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 ada93a8..4fc1565 100644
--- a/arch/arm/include/asm/sizes.h
+++ b/arch/arm/include/asm/sizes.h
@@ -29,6 +29,7 @@
#define SZ_512 0x00000200
#define SZ_1K 0x00000400
+#define SZ_2K 0x00000800
#define SZ_4K 0x00001000
#define SZ_8K 0x00002000
#define SZ_16K 0x00004000