Commit 74343ee4 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] pnx4008: fix definition of PHYS_OFFSET

PHYS_OFFSET constants should be defined using UL().
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent fba67001
......@@ -16,6 +16,6 @@
/*
* Physical DRAM offset.
*/
#define PHYS_OFFSET (0x80000000)
#define PHYS_OFFSET UL(0x80000000)
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment