]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/asm-arm/plat-s3c/map.h
ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT
[mv-sheeva.git] / include / asm-arm / plat-s3c / map.h
index 95a82b0e84a111c707135496ef3b85cc8caeee09..b84289d32a5463f90d8ce30e7fd6483d5dc3b4f8 100644 (file)
 #define S3C_ADDR(x)    (S3C_ADDR_BASE + (x))
 #endif
 
-#define S3C_VA_IRQ     S3C_ADDR(0x000000000)   /* irq controller(s) */
-#define S3C_VA_SYS     S3C_ADDR(0x001000000)   /* system control */
-#define S3C_VA_MEM     S3C_ADDR(0x002000000)   /* system control */
-#define S3C_VA_TIMER   S3C_ADDR(0x003000000)   /* timer block */
-#define S3C_VA_WATCHDOG        S3C_ADDR(0x004000000)   /* watchdog */
-#define S3C_VA_UART    S3C_ADDR(0x010000000)   /* UART */
+#define S3C_VA_IRQ     S3C_ADDR(0x00000000   /* irq controller(s) */
+#define S3C_VA_SYS     S3C_ADDR(0x00100000   /* system control */
+#define S3C_VA_MEM     S3C_ADDR(0x00200000   /* system control */
+#define S3C_VA_TIMER   S3C_ADDR(0x00300000   /* timer block */
+#define S3C_VA_WATCHDOG        S3C_ADDR(0x00400000   /* watchdog */
+#define S3C_VA_UART    S3C_ADDR(0x01000000   /* UART */
 
 #endif /* __ASM_PLAT_MAP_H */