diff options
author | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-04 14:39:20 +0100 |
---|---|---|
committer | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-22 12:00:11 +0000 |
commit | a06a58abec1980b0fffbd07930aad6e7185d7a90 (patch) | |
tree | 5d23a44346f4bcf0355506265b47426dfbd3e5de /arch/arm/mach-s5pv210/include/mach | |
parent | d9c295ad35ff9305d366ef6f72ee429d4c8fcf76 (diff) | |
download | blackbird-op-linux-a06a58abec1980b0fffbd07930aad6e7185d7a90.tar.gz blackbird-op-linux-a06a58abec1980b0fffbd07930aad6e7185d7a90.zip |
ARM: mach-s5pv210: Setup consistent dma size at boot time
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
CC: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/memory.h b/arch/arm/mach-s5pv210/include/mach/memory.h index 7b5fcf0da0c4..2d3cfa221d5f 100644 --- a/arch/arm/mach-s5pv210/include/mach/memory.h +++ b/arch/arm/mach-s5pv210/include/mach/memory.h @@ -14,7 +14,6 @@ #define __ASM_ARCH_MEMORY_H #define PLAT_PHYS_OFFSET UL(0x20000000) -#define CONSISTENT_DMA_SIZE (SZ_8M + SZ_4M + SZ_2M) /* * Sparsemem support |