summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmring/include
diff options
context:
space:
mode:
authorJon Medhurst <tixy@yxit.co.uk>2011-08-04 16:35:26 +0100
committerJon Medhurst <tixy@yxit.co.uk>2011-08-22 12:00:12 +0000
commit2d5e975b2194eb1326ea0b90db1e21da7be17708 (patch)
tree86cf09f7e528c1e577b16f006432a3d001299ff8 /arch/arm/mach-bcmring/include
parentf407c2e38e5f07d2e8f573fc55a5d996568f6e50 (diff)
downloadlinux-3.10-2d5e975b2194eb1326ea0b90db1e21da7be17708.tar.gz
linux-3.10-2d5e975b2194eb1326ea0b90db1e21da7be17708.tar.bz2
linux-3.10-2d5e975b2194eb1326ea0b90db1e21da7be17708.zip
ARM: mach-bcmring: Setup consistent dma size at boot time
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> CC: Jiandong Zheng <jdzheng@broadcom.com> CC: Scott Branden <sbranden@broadcom.com>
Diffstat (limited to 'arch/arm/mach-bcmring/include')
-rw-r--r--arch/arm/mach-bcmring/include/mach/memory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-bcmring/include/mach/memory.h b/arch/arm/mach-bcmring/include/mach/memory.h
index 15162e4c75f..8848a5bb344 100644
--- a/arch/arm/mach-bcmring/include/mach/memory.h
+++ b/arch/arm/mach-bcmring/include/mach/memory.h
@@ -25,9 +25,4 @@
#define PLAT_PHYS_OFFSET CFG_GLOBAL_RAM_BASE
-/*
- * Maximum DMA memory allowed is 14M
- */
-#define CONSISTENT_DMA_SIZE (SZ_16M - SZ_2M)
-
#endif