]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am33xx: CONFIG_DMA_COHERENT defines are unused, remove
authorTom Rini <trini@ti.com>
Fri, 9 Aug 2013 15:22:12 +0000 (11:22 -0400)
committerTom Rini <trini@ti.com>
Thu, 15 Aug 2013 22:38:35 +0000 (18:38 -0400)
Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/igep0033.h
include/configs/pcm051.h
include/configs/ti814x_evm.h

index 18be38aca3d747eb7288fec1a529a82ca6559263..2ee13671d93a26d5e6272ba66e315eadcfae5296 100644 (file)
 #define V_OSCK                         24000000  /* Clock output from T2 */
 #define V_SCLK                         (V_OSCK)
 
-/* DMA defines */
-#define CONFIG_DMA_COHERENT
-#define CONFIG_DMA_COHERENT_SIZE       (1 << 20)
-
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
 #define CONFIG_SYS_MALLOC_LEN          (1024 << 10)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
index 07af32bb94f746840ff988e92fe5594ecc148687..a3f8ead784340982b606c1760ff88fdffc32ae00 100644 (file)
@@ -25,9 +25,6 @@
 
 #include <asm/arch/omap.h>
 
-#define CONFIG_DMA_COHERENT
-#define CONFIG_DMA_COHERENT_SIZE       (1 << 20)
-
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
 #define CONFIG_SYS_MALLOC_LEN          (1024 << 10)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
index c31f4d8a3309355a0480f1df2d11b6da18c4a467..42d113df538bdffafbd87074f14dff91ab1a0f0d 100644 (file)
@@ -24,9 +24,6 @@
 
 #include <asm/arch/omap.h>
 
-#define CONFIG_DMA_COHERENT
-#define CONFIG_DMA_COHERENT_SIZE       (1 << 20)
-
 #define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
 #define CONFIG_SYS_MALLOC_LEN          (1024 << 10)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */