ARM: P2V: separate PHYS_OFFSET from platform definitions
[pandora-kernel.git] / arch / arm / plat-tcc / include / mach / memory.h
index cd91ba8..28a6e0c 100644 (file)
@@ -13,6 +13,6 @@
 /*
  * Physical DRAM offset.
  */
-#define PHYS_OFFSET            UL(0x20000000)
+#define PLAT_PHYS_OFFSET               UL(0x20000000)
 
 #endif