aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-shark/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-shark/memory.h')
-rw-r--r--include/asm-arm/arch-shark/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-shark/memory.h b/include/asm-arm/arch-shark/memory.h
index 8ff956d25463..95a29b4bc5d0 100644
--- a/include/asm-arm/arch-shark/memory.h
+++ b/include/asm-arm/arch-shark/memory.h
@@ -15,7 +15,7 @@
/*
* Physical DRAM offset.
*/
-#define PHYS_OFFSET (0x08000000UL)
+#define PHYS_OFFSET UL(0x08000000)
#ifndef __ASSEMBLY__