diff options
| author | Linus Walleij <triad@df.lth.se> | 2009-04-07 20:32:20 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-04-08 15:35:57 -0400 |
| commit | 8bd239d2ef00ed3319bf7384acd19c8253f0bb68 (patch) | |
| tree | 38bd715f4774fd9270cca1a835d627ec0c5aa077 /arch | |
| parent | 89de3820c7ae615345c093ae6fddac01f326fdc4 (diff) | |
[ARM] 5447/1: Add SZ_32K
This adds a SZ_32K define to the available sizes. I need it for an
upcoming platform support.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
| -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 c10d1aa4b487..ada93a8fc2ef 100644 --- a/arch/arm/include/asm/sizes.h +++ b/arch/arm/include/asm/sizes.h | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #define SZ_4K 0x00001000 | 32 | #define SZ_4K 0x00001000 |
| 33 | #define SZ_8K 0x00002000 | 33 | #define SZ_8K 0x00002000 |
| 34 | #define SZ_16K 0x00004000 | 34 | #define SZ_16K 0x00004000 |
| 35 | #define SZ_32K 0x00008000 | ||
| 35 | #define SZ_64K 0x00010000 | 36 | #define SZ_64K 0x00010000 |
| 36 | #define SZ_128K 0x00020000 | 37 | #define SZ_128K 0x00020000 |
| 37 | #define SZ_256K 0x00040000 | 38 | #define SZ_256K 0x00040000 |
