This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-arm / arch-omap / board-innovator.h
index 9229b2d..87e45d9 100644 (file)
@@ -71,11 +71,17 @@ unsigned char fpga_read(int reg);
 
 #endif /* CONFIG_ARCH_OMAP1510 */
 
-#if defined (CONFIG_ARCH_OMAP16XX)
+#if defined (CONFIG_ARCH_OMAP1610)
 
 /* At OMAP1610 Innovator the Ethernet is directly connected to CS1 */
-#define INNOVATOR1610_ETHR_START       0x04000000
-#define INNOVATOR1610_ETHR_SIZE                SZ_4K
+#define OMAP1610_ETHR_BASE             0xE8000000
+#define OMAP1610_ETHR_SIZE             SZ_4K
+#define OMAP1610_ETHR_START            0x04000000
+
+/* Intel STRATA NOR flash at CS3 */
+#define OMAP1610_NOR_FLASH_BASE                0xD8000000
+#define OMAP1610_NOR_FLASH_SIZE                SZ_32M
+#define OMAP1610_NOR_FLASH_START       0x0C000000
 
 #endif /* CONFIG_ARCH_OMAP1610 */
 #endif /* __ASM_ARCH_OMAP_INNOVATOR_H */