Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
| 2 | * arch/arm/mach-shark/include/mach/memory.h |
| 3 | * |
| 4 | * by Alexander Schulz |
| 5 | * |
| 6 | * derived from: |
| 7 | * arch/arm/mach-ebsa110/include/mach/memory.h |
| 8 | * Copyright (c) 1996-1999 Russell King. |
| 9 | */ |
| 10 | #ifndef __ASM_ARCH_MEMORY_H |
| 11 | #define __ASM_ARCH_MEMORY_H |
| 12 | |
| 13 | #include <asm/sizes.h> |
| 14 | |
| 15 | /* |
| 16 | * Physical DRAM offset. |
| 17 | */ |
Russell King | f4117ac | 2011-01-04 18:07:14 +0000 | [diff] [blame] | 18 | #define PLAT_PHYS_OFFSET UL(0x08000000) |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 19 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 20 | /* |
| 21 | * Cache flushing area |
| 22 | */ |
| 23 | #define FLUSH_BASE_PHYS 0x80000000 |
| 24 | #define FLUSH_BASE 0xdf000000 |
| 25 | |
| 26 | #endif |