diff options
author | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-04 14:41:42 (GMT) |
---|---|---|
committer | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-22 12:00:11 (GMT) |
commit | d70a5969e9d52ef1c0e19a1b154785f8e1acba29 (patch) | |
tree | 9f388541062ce5d9f8fdebe048e8499981d622d6 /arch/arm/mach-u300/include | |
parent | fd24f903182b3f2cda39d95574e45aa8983e5770 (diff) | |
download | linux-d70a5969e9d52ef1c0e19a1b154785f8e1acba29.tar.xz |
ARM: mach-u300: Setup consistent dma size at boot time
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-u300/include')
-rw-r--r-- | arch/arm/mach-u300/include/mach/memory.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-u300/include/mach/memory.h b/arch/arm/mach-u300/include/mach/memory.h index 888e2e3..38741da 100644 --- a/arch/arm/mach-u300/include/mach/memory.h +++ b/arch/arm/mach-u300/include/mach/memory.h @@ -34,9 +34,4 @@ (CONFIG_MACH_U300_ACCESS_MEM_SIZE & 1))*1024*1024 + 0x100) #endif -/* - * We enable a real big DMA buffer if need be. - */ -#define CONSISTENT_DMA_SIZE SZ_4M - #endif |