[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / asm-arm / arch-iop3xx / memory.h
index 45351f5cd904ec1d4714faa8810136e2656c46f6..bc62f4b132359f31e67ba5ecf613745cc7f2d132 100644 (file)
@@ -12,9 +12,9 @@
  * Physical DRAM offset.
  */
 #ifndef CONFIG_ARCH_IOP331
-#define PHYS_OFFSET    (0xa0000000UL)
+#define PHYS_OFFSET    UL(0xa0000000)
 #else
-#define PHYS_OFFSET    (0x00000000UL)
+#define PHYS_OFFSET    UL(0x00000000)
 #endif
 
 /*