[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code
[profile/ivi/kernel-adaptation-intel-automotive.git] / include / asm-arm / arch-sa1100 / memory.h
index 8743ff5..0fc555b 100644 (file)
@@ -13,7 +13,7 @@
 /*
  * Physical DRAM offset is 0xc0000000 on the SA1100
  */
-#define PHYS_OFFSET    (0xc0000000UL)
+#define PHYS_OFFSET    UL(0xc0000000)
 
 #ifndef __ASSEMBLY__