Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
| 2 | * arch/arm/mach-ixp4xx/include/mach/memory.h |
| 3 | * |
| 4 | * Copyright (c) 2001-2004 MontaVista Software, Inc. |
| 5 | */ |
| 6 | |
| 7 | #ifndef __ASM_ARCH_MEMORY_H |
| 8 | #define __ASM_ARCH_MEMORY_H |
| 9 | |
| 10 | #include <asm/sizes.h> |
| 11 | |
| 12 | /* |
| 13 | * Physical DRAM offset. |
| 14 | */ |
Russell King | f4117ac | 2011-01-04 18:07:14 +0000 | [diff] [blame] | 15 | #define PLAT_PHYS_OFFSET UL(0x00000000) |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 16 | |
Russell King | be20902 | 2011-05-11 15:39:00 +0100 | [diff] [blame] | 17 | #ifdef CONFIG_PCI |
Russell King | 2fb3ec5 | 2011-05-11 16:06:29 +0100 | [diff] [blame] | 18 | #define ARM_DMA_ZONE_SIZE SZ_64M |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 19 | #endif |
| 20 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 21 | #endif |