diff mbox

[U-Boot,02/10] am33xx: CONFIG_DMA_COHERENT defines are unused, remove

Message ID 1375475175-5073-3-git-send-email-trini@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Aug. 2, 2013, 8:26 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/igep0033.h   |    4 ----
 include/configs/pcm051.h     |    3 ---
 include/configs/ti814x_evm.h |    3 ---
 3 files changed, 10 deletions(-)

Comments

Dan Murphy Aug. 6, 2013, 6:25 p.m. UTC | #1
On 08/02/2013 03:26 PM, Tom Rini wrote:
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>  include/configs/igep0033.h   |    4 ----
>  include/configs/pcm051.h     |    3 ---
>  include/configs/ti814x_evm.h |    3 ---
>  3 files changed, 10 deletions(-)
>
> diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h
> index 28c7ae9..e318c74 100644
> --- a/include/configs/igep0033.h
> +++ b/include/configs/igep0033.h
> @@ -23,10 +23,6 @@
>  #define MACH_TYPE_IGEP0033		4521	/* Until the next sync */
>  #define CONFIG_MACH_TYPE		MACH_TYPE_IGEP0033
>  
> -/* 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 7073501..62ffc67 100644
> --- a/include/configs/pcm051.h
> +++ b/include/configs/pcm051.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 */
> diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h
> index ceee43b..2428f9d 100644
> --- a/include/configs/ti814x_evm.h
> +++ b/include/configs/ti814x_evm.h
> @@ -23,9 +23,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 */
Acked-by: Dan Murphy <dmurphy@ti.com>
diff mbox

Patch

diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h
index 28c7ae9..e318c74 100644
--- a/include/configs/igep0033.h
+++ b/include/configs/igep0033.h
@@ -23,10 +23,6 @@ 
 #define MACH_TYPE_IGEP0033		4521	/* Until the next sync */
 #define CONFIG_MACH_TYPE		MACH_TYPE_IGEP0033
 
-/* 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 7073501..62ffc67 100644
--- a/include/configs/pcm051.h
+++ b/include/configs/pcm051.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 */
diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h
index ceee43b..2428f9d 100644
--- a/include/configs/ti814x_evm.h
+++ b/include/configs/ti814x_evm.h
@@ -23,9 +23,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 */