diff options
author | Allen Xu <allen.xu@freescale.com> | 2011-11-10 15:06:26 +0800 |
---|---|---|
committer | Allen Xu <allen.xu@freescale.com> | 2011-11-10 15:06:26 +0800 |
commit | a30b8dbe9cc199067c0cc5a2dc0d7322c9f4303a (patch) | |
tree | 1eac6ad3bd70345fb496ebe0a264372b3d94cec6 | |
parent | 819894160c22d2cb5993119665063ef8a3dadd97 (diff) | |
download | u-boot-imx-a30b8dbe9cc199067c0cc5a2dc0d7322c9f4303a.zip u-boot-imx-a30b8dbe9cc199067c0cc5a2dc0d7322c9f4303a.tar.gz u-boot-imx-a30b8dbe9cc199067c0cc5a2dc0d7322c9f4303a.tar.bz2 |
ENGR00161860 Fix build issue when enable NAND in Uboot
Add the MACRO define CONFIG_APBH_DMA which missed in last commit
Signed-off-by: Allen Xu <allen.xu@freescale.com>
-rw-r--r-- | include/configs/mx6q_arm2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6q_arm2.h b/include/configs/mx6q_arm2.h index e21bfad..0a9ff07 100644 --- a/include/configs/mx6q_arm2.h +++ b/include/configs/mx6q_arm2.h @@ -259,6 +259,7 @@ #define CONFIG_CMD_EXT2 1 /* NAND is the unique module invoke APBH-DMA */ + #define CONFIG_APBH_DMA #define CONFIG_APBH_DMA_V2 #define CONFIG_MXS_DMA_REG_BASE ABPHDMA_BASE_ADDR #endif |