diff mbox

[U-Boot,02/11] config: Drop CONFIG_ARCH_DMA_PIO_WORDS

Message ID 20170123203127.19240-3-sjg@chromium.org
State Accepted
Commit d02f5ea30188e958ae25ee8aee21213dd3d2666b
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Jan. 23, 2017, 8:31 p.m. UTC
This is not defined by any board in U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/arm/include/asm/imx-common/dma.h | 7 +------
 scripts/config_whitelist.txt          | 1 -
 2 files changed, 1 insertion(+), 7 deletions(-)

Comments

Tom Rini Jan. 26, 2017, 3 a.m. UTC | #1
On Mon, Jan 23, 2017 at 01:31:18PM -0700, Simon Glass wrote:

> This is not defined by any board in U-Boot.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/arch/arm/include/asm/imx-common/dma.h b/arch/arm/include/asm/imx-common/dma.h
index 1aec4f9d5a..0244947b6e 100644
--- a/arch/arm/include/asm/imx-common/dma.h
+++ b/arch/arm/include/asm/imx-common/dma.h
@@ -16,12 +16,7 @@ 
 #include <linux/list.h>
 #include <linux/compiler.h>
 
-#ifndef	CONFIG_ARCH_DMA_PIO_WORDS
-#define	DMA_PIO_WORDS		15
-#else
-#define	DMA_PIO_WORDS		CONFIG_ARCH_DMA_PIO_WORDS
-#endif
-
+#define DMA_PIO_WORDS		15
 #define MXS_DMA_ALIGNMENT	ARCH_DMA_MINALIGN
 
 /*
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index fb9fb3472c..a927e5019c 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -109,7 +109,6 @@  CONFIG_AP_SH4A_4A
 CONFIG_ARCH_ADPAG101P
 CONFIG_ARCH_CPU_INIT
 CONFIG_ARCH_CSB226
-CONFIG_ARCH_DMA_PIO_WORDS
 CONFIG_ARCH_EARLY_INIT_R
 CONFIG_ARCH_HAS_ILOG2_U32
 CONFIG_ARCH_HAS_ILOG2_U64