[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code
[deliverable/linux.git] / include / asm-arm / arch-shark / memory.h
index 8ff956d25463375ef0dfe5201a99e791e73e36b1..95a29b4bc5d07d11306947ef0b3e241c150b57af 100644 (file)
@@ -15,7 +15,7 @@
 /*
  * Physical DRAM offset.
  */
-#define PHYS_OFFSET     (0x08000000UL)
+#define PHYS_OFFSET     UL(0x08000000)
 
 #ifndef __ASSEMBLY__
 
This page took 0.025624 seconds and 5 git commands to generate.