diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:28:09 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-07-18 15:30:03 -0400 |
commit | e9107ab623648587a044ee925c1708655bdf9813 (patch) | |
tree | d9e6102bf7f8141eb250c65df2a20a785d8386e4 /arch/arm/mach-sa1100/include/mach/memory.h | |
parent | 00e9125e061022dcba2daea95491d5400c47789b (diff) | |
download | blackbird-op-linux-e9107ab623648587a044ee925c1708655bdf9813.tar.gz blackbird-op-linux-e9107ab623648587a044ee925c1708655bdf9813.zip |
ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-sa1100/include/mach/memory.h')
-rw-r--r-- | arch/arm/mach-sa1100/include/mach/memory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/memory.h b/arch/arm/mach-sa1100/include/mach/memory.h index cff31ee246b7..12d376795abc 100644 --- a/arch/arm/mach-sa1100/include/mach/memory.h +++ b/arch/arm/mach-sa1100/include/mach/memory.h @@ -14,10 +14,6 @@ */ #define PLAT_PHYS_OFFSET UL(0xc0000000) -#ifdef CONFIG_SA1111 -#define ARM_DMA_ZONE_SIZE SZ_1M -#endif - /* * Because of the wide memory address space between physical RAM banks on the * SA1100, it's much convenient to use Linux's SparseMEM support to implement |