Commit 9dc2d0f5 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] Fix realview machine type for patch 3060/1

Realview was missed in this cleanup...
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ca23509f
......@@ -23,7 +23,7 @@
/*
* Physical DRAM offset.
*/
#define PHYS_OFFSET (0x00000000UL)
#define PHYS_OFFSET UL(0x00000000)
/*
* Virtual view <-> DMA view memory address translations
......
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