summary refs log tree commit diff
path: root/include/asm-arm
diff options
context:
space:
mode:
authorBellido Nicolas <ml@acolin.be>2005-10-28 16:51:42 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-10-28 16:51:42 +0100
commit4a91ca2eb6eff14bb23f709e6ebf189fdbcdaa22 (patch)
tree6b4a49b970dcc2091eb4e536744a36559d50b441 /include/asm-arm
parentf0904e29369a940080487fece700e59295196d79 (diff)
downloadlinux-4a91ca2eb6eff14bb23f709e6ebf189fdbcdaa22.tar.gz
[ARM] 3039/1: AAEC-2000 - Add MTD support
Patch from Bellido Nicolas

This adds platform code for MTD devices on AAEC-2000.

Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-aaec2000/aaec2000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-aaec2000/aaec2000.h b/include/asm-arm/arch-aaec2000/aaec2000.h
index 7472f9e5523f..dfb09389ebc1 100644
--- a/include/asm-arm/arch-aaec2000/aaec2000.h
+++ b/include/asm-arm/arch-aaec2000/aaec2000.h
@@ -23,6 +23,9 @@
 #define AAEC_CS2	0x20000000
 #define AAEC_CS3	0x30000000
 
+/* Flash */
+#define AAEC_FLASH_BASE	AAEC_CS0
+#define AAEC_FLASH_SIZE	SZ_64M
 
 /* Interrupt controller */
 #define IRQ_BASE	__REG(0x80000500)