summaryrefslogtreecommitdiff
path: root/include/configs/cm_fx6.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-02-06 17:34:45 +0300
committerTom Rini <trini@konsulko.com>2018-02-08 20:48:11 +0300
commit99bec1aead5927c54f4364bfe10823a86fe0dad2 (patch)
tree0083933a338529228ecfacb1863986825b51bd71 /include/configs/cm_fx6.h
parent99dcbdd8a3c3b6b9d7a4adb32bce73e51e51b7c9 (diff)
downloadu-boot-99bec1aead5927c54f4364bfe10823a86fe0dad2.tar.xz
Convert CONFIG_APBH_DMA et al to Kconfig
This converts the following to Kconfig: CONFIG_APBH_DMA CONFIG_APBH_DMA_BURST CONFIG_APBH_DMA_BURST8 Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Stefan Agner <stefan.agner@toradex.com> [trini: Add in MMC as well] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r--include/configs/cm_fx6.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
index 90cf024bdb..39d166a119 100644
--- a/include/configs/cm_fx6.h
+++ b/include/configs/cm_fx6.h
@@ -184,9 +184,6 @@
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_ONFI_DETECTION
/* APBH DMA is required for NAND support */
-#define CONFIG_APBH_DMA
-#define CONFIG_APBH_DMA_BURST
-#define CONFIG_APBH_DMA_BURST8
#endif
/* Ethernet */