From: Russell King Date: Wed, 2 Nov 2005 11:51:15 +0000 (+0000) Subject: [ARM] Fix realview machine type for patch 3060/1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9dc2d0f55fb693ae6d50c8dd3d934fe3133ca183;p=mv-sheeva.git [ARM] Fix realview machine type for patch 3060/1 Realview was missed in this cleanup... Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-realview/memory.h b/include/asm-arm/arch-realview/memory.h index 99667d5cc61..ed370abb638 100644 --- a/include/asm-arm/arch-realview/memory.h +++ b/include/asm-arm/arch-realview/memory.h @@ -23,7 +23,7 @@ /* * Physical DRAM offset. */ -#define PHYS_OFFSET (0x00000000UL) +#define PHYS_OFFSET UL(0x00000000) /* * Virtual view <-> DMA view memory address translations