summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/sizes.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2010-09-24 21:31:43 (GMT)
committerWolfgang Denk <wd@denx.de>2010-10-13 07:59:33 (GMT)
commita4a87d8a933f648381d0cb9a913058cc2afa3cd4 (patch)
tree6b0ff8f37d6db7df8f9fb58cfc7f36e99e8642e5 /arch/arm/include/asm/sizes.h
parentbfe8fe87bac5ad5b63aa64167c5fe719c3c300cd (diff)
downloadu-boot-fsl-qoriq-a4a87d8a933f648381d0cb9a913058cc2afa3cd4.tar.xz
arch/arm/include/asm/sizes.h: cleanups
Merge several sizes.h in asm/arch subdirectories into a single asm/sizes.h file. Fixup usage of asm/arch/sizes.h in some files to use the merged file. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/sizes.h')
-rw-r--r--arch/arm/include/asm/sizes.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/include/asm/sizes.h b/arch/arm/include/asm/sizes.h
index f8d92ca..b0b4f6a 100644
--- a/arch/arm/include/asm/sizes.h
+++ b/arch/arm/include/asm/sizes.h
@@ -13,9 +13,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* DO NOT EDIT!! - this file automatically generated
- * from .s file by awk -f s2h.awk
- */
/* Size defintions
* Copyright (C) ARM Limited 1998. All rights reserved.
*/
@@ -28,6 +25,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
@@ -38,6 +36,7 @@
#define SZ_4M 0x00400000
#define SZ_8M 0x00800000
#define SZ_16M 0x01000000
+#define SZ_31M 0x01F00000
#define SZ_32M 0x02000000
#define SZ_64M 0x04000000
#define SZ_128M 0x08000000