summaryrefslogtreecommitdiff
path: root/include/asm-arm/sizes.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2007-05-11 20:09:41 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-11 21:07:58 +0100
commit54cb128037de499ea81626b0f37f9bb90e8db3d3 (patch)
tree26cedd628b87e0fe3c36dcbbcf39fc016bd044b4 /include/asm-arm/sizes.h
parent877d7720f5f67793b9b6027840d2c88ea25dc4c8 (diff)
[ARM] 4372/1: Define byte sizes in asm-arm/sizes.h
Define SZ_512, SZ_256 and SZ_16 in asm-arm/sizes.h. Remove the definitions from the at91*_devices.c files. (Dependent on ARM patch #4370/2) Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/sizes.h')
-rw-r--r--include/asm-arm/sizes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/sizes.h b/include/asm-arm/sizes.h
index 7f50ae0edf1b..503843db1565 100644
--- a/include/asm-arm/sizes.h
+++ b/include/asm-arm/sizes.h
@@ -24,6 +24,10 @@
#define __sizes_h 1
/* handy sizes */
+#define SZ_16 0x00000010
+#define SZ_256 0x00000100
+#define SZ_512 0x00000200
+
#define SZ_1K 0x00000400
#define SZ_4K 0x00001000
#define SZ_8K 0x00002000