ARM: P2V: separate PHYS_OFFSET from platform definitions
[pandora-kernel.git] / arch / arm / mach-iop13xx / include / mach / memory.h
index 3ad4553..1afa99e 100644 (file)
@@ -6,7 +6,7 @@
 /*
  * Physical DRAM offset.
  */
-#define PHYS_OFFSET    UL(0x00000000)
+#define PLAT_PHYS_OFFSET       UL(0x00000000)
 
 #ifndef __ASSEMBLY__