Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
/*
 * Physical DRAM offset.
 */
#define PHYS_OFFSET     (0x80000000)
#define PHYS_OFFSET	UL(0x80000000)

#endif