ARM: P2V: separate PHYS_OFFSET from platform definitions
[pandora-kernel.git] / arch / arm / mach-s3c64xx / include / mach / memory.h
index a3ac84a..4760cda 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef __ASM_ARCH_MEMORY_H
 #define __ASM_ARCH_MEMORY_H
 
-#define PHYS_OFFSET     UL(0x50000000)
+#define PLAT_PHYS_OFFSET     UL(0x50000000)
+
+#define CONSISTENT_DMA_SIZE    SZ_8M
 
 #endif