diff options
| -rw-r--r-- | include/configs/m28evk.h | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 4df013cf1..012381a50 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -146,12 +146,16 @@  #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 |