From e87ca8c049849b12f66c98227cd5228bde9769eb Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 8 Apr 2012 17:09:06 +0000 Subject: M28: Pull out CONFIG_APBH_DMA so it's always enabled The ABPH DMA is now used also by the SD card. Therefore it has to be enabled even if NAND is disabled. Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel Cc: Fabio Estevam --- include/configs/m28evk.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 4df013cf1c..012381a500 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -145,13 +145,17 @@ #define CONFIG_MXS_MMC #endif +/* + * APBH DMA + */ +#define CONFIG_APBH_DMA + /* * NAND */ #define CONFIG_ENV_SIZE (16 * 1024) #ifdef CONFIG_CMD_NAND #define CONFIG_NAND_MXS -#define CONFIG_APBH_DMA #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x60000000 #define CONFIG_SYS_NAND_5_ADDR_CYCLE -- cgit v1.2.3