diff options
| author | Tom Rini <trini@ti.com> | 2013-08-09 11:22:12 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-15 18:38:35 -0400 | 
| commit | dd5729a0281eb86fd4fe07701219c4f5e40b3bb9 (patch) | |
| tree | 17cca13d806bd22166af0453384d3de48e4c345d | |
| parent | a2fa28bc988fdc1cb5cc00abc8b63626bc3c9f76 (diff) | |
| download | olio-uboot-2014.01-dd5729a0281eb86fd4fe07701219c4f5e40b3bb9.tar.xz olio-uboot-2014.01-dd5729a0281eb86fd4fe07701219c4f5e40b3bb9.zip | |
am33xx: CONFIG_DMA_COHERENT defines are unused, remove
Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
| -rw-r--r-- | include/configs/igep0033.h | 4 | ||||
| -rw-r--r-- | include/configs/pcm051.h | 3 | ||||
| -rw-r--r-- | include/configs/ti814x_evm.h | 3 | 
3 files changed, 0 insertions, 10 deletions
| diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h index 18be38aca..2ee13671d 100644 --- a/include/configs/igep0033.h +++ b/include/configs/igep0033.h @@ -28,10 +28,6 @@  #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 */ diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 07af32bb9..a3f8ead78 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -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 */ diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index c31f4d8a3..42d113df5 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -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 */ |