aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include/mach/memory.h
diff options
context:
space:
mode:
authorJon Medhurst <tixy@yxit.co.uk>2011-08-04 17:05:21 +0100
committerJon Medhurst <tixy@yxit.co.uk>2011-08-22 12:00:12 +0000
commit9b742024026c5214ab9d75db672b8e984526be70 (patch)
tree792703d92102dd399291be4f8a2db0d607b3a1bf /arch/arm/mach-shmobile/include/mach/memory.h
parent2d5e975b2194eb1326ea0b90db1e21da7be17708 (diff)
ARM: mach-shmobile: Setup consistent dma size at boot time
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> CC: Paul Mundt <lethal@linux-sh.org> CC: Magnus Damm <magnus.damm@gmail.com>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/memory.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/memory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/memory.h b/arch/arm/mach-shmobile/include/mach/memory.h
index ad00c3c258f..0ffbe8155c7 100644
--- a/arch/arm/mach-shmobile/include/mach/memory.h
+++ b/arch/arm/mach-shmobile/include/mach/memory.h
@@ -4,7 +4,4 @@
#define PLAT_PHYS_OFFSET UL(CONFIG_MEMORY_START)
#define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
-/* DMA memory at 0xf6000000 - 0xffdfffff */
-#define CONSISTENT_DMA_SIZE (158 << 20)
-
#endif /* __ASM_MACH_MEMORY_H */