Commit 8bd239d2 authored by Linus Walleij's avatar Linus Walleij Committed by Russell King

[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: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 89de3820
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#define SZ_4K 0x00001000 #define SZ_4K 0x00001000
#define SZ_8K 0x00002000 #define SZ_8K 0x00002000
#define SZ_16K 0x00004000 #define SZ_16K 0x00004000
#define SZ_32K 0x00008000
#define SZ_64K 0x00010000 #define SZ_64K 0x00010000
#define SZ_128K 0x00020000 #define SZ_128K 0x00020000
#define SZ_256K 0x00040000 #define SZ_256K 0x00040000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment