Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
2 | * arch/arm/mach-iop33x/include/mach/memory.h | ||||
3 | */ | ||||
4 | |||||
5 | #ifndef __MEMORY_H | ||||
6 | #define __MEMORY_H | ||||
7 | |||||
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 8 | /* |
9 | * Physical DRAM offset. | ||||
10 | */ | ||||
Russell King | f4117ac | 2011-01-04 18:07:14 +0000 | [diff] [blame] | 11 | #define PLAT_PHYS_OFFSET UL(0x00000000) |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 12 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 13 | #endif |