summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-01-23 13:31:18 -0700
committerTom Rini <trini@konsulko.com>2017-01-25 16:42:20 -0500
commitd02f5ea30188e958ae25ee8aee21213dd3d2666b (patch)
treef3fea6729acf34a9a2cf27a8a3abbb64f5a7b325 /arch
parentf2b0c007f84e582b7a101bd49db60cc8d75f5de4 (diff)
downloadu-boot-imx-d02f5ea30188e958ae25ee8aee21213dd3d2666b.zip
u-boot-imx-d02f5ea30188e958ae25ee8aee21213dd3d2666b.tar.gz
u-boot-imx-d02f5ea30188e958ae25ee8aee21213dd3d2666b.tar.bz2
config: Drop CONFIG_ARCH_DMA_PIO_WORDS
This is not defined by any board in U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/imx-common/dma.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/include/asm/imx-common/dma.h b/arch/arm/include/asm/imx-common/dma.h
index 1aec4f9..0244947 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
/*