diff options
author | Nicolas Pitre <nico@cam.org> | 2009-06-03 01:43:45 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-06-08 17:05:02 (GMT) |
commit | c1191b0e3b5fc080e0b09859024f39c4a8c5d4d5 (patch) | |
tree | a19483259cc2c86af73a1622b4fe179e226e93e8 /arch/arm/include/asm | |
parent | fc63b7239a9c939f38450620f773d057b037976b (diff) | |
download | linux-fsl-qoriq-c1191b0e3b5fc080e0b09859024f39c4a8c5d4d5.tar.xz |
[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')
-rw-r--r-- | arch/arm/include/asm/sizes.h | 1 |
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 |