Skip to content

Commit

Permalink
[ARM] 5447/1: Add SZ_32K
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Russell King committed Apr 8, 2009
1 parent 89de382 commit 8bd239d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/include/asm/sizes.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#define SZ_4K 0x00001000
#define SZ_8K 0x00002000
#define SZ_16K 0x00004000
#define SZ_32K 0x00008000
#define SZ_64K 0x00010000
#define SZ_128K 0x00020000
#define SZ_256K 0x00040000
Expand Down

0 comments on commit 8bd239d

Please sign in to comment.