Skip to content

Commit

Permalink
[ARM] pnx4008: fix definition of PHYS_OFFSET
Browse files Browse the repository at this point in the history
PHYS_OFFSET constants should be defined using UL().

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Nov 30, 2008
1 parent fba6700 commit 74343ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pnx4008/include/mach/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
/*
* Physical DRAM offset.
*/
#define PHYS_OFFSET (0x80000000)
#define PHYS_OFFSET UL(0x80000000)

#endif

0 comments on commit 74343ee

Please sign in to comment.