Skip to content

Commit

Permalink
[ARM] Fix realview machine type for patch 3060/1
Browse files Browse the repository at this point in the history
Realview was missed in this cleanup...

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Nov 2, 2005
1 parent ca23509 commit 9dc2d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-realview/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/*
* Physical DRAM offset.
*/
#define PHYS_OFFSET (0x00000000UL)
#define PHYS_OFFSET UL(0x00000000)

/*
* Virtual view <-> DMA view memory address translations
Expand Down

0 comments on commit 9dc2d0f

Please sign in to comment.