Explorar o código

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

Realview was missed in this cleanup...

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King %!s(int64=20) %!d(string=hai) anos
pai
achega
9dc2d0f55f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/asm-arm/arch-realview/memory.h

+ 1 - 1
include/asm-arm/arch-realview/memory.h

@@ -23,7 +23,7 @@
 /*
 /*
  * Physical DRAM offset.
  * Physical DRAM offset.
  */
  */
-#define PHYS_OFFSET		(0x00000000UL)
+#define PHYS_OFFSET		UL(0x00000000)
 
 
 /*
 /*
  * Virtual view <-> DMA view memory address translations
  * Virtual view <-> DMA view memory address translations