diff options
author | Jason Liu <r64343@freescale.com> | 2013-05-22 11:08:59 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-05-22 15:11:34 +0800 |
commit | b0d17d9fc6012926bb97e2e7ac917042f9828938 (patch) | |
tree | 8fedcf19f77a3e90ab85bb77f427606d135b9096 | |
parent | 85d8a638b7f415256db76cf60573e647e72c6ec1 (diff) | |
download | u-boot-imx-b0d17d9fc6012926bb97e2e7ac917042f9828938.zip u-boot-imx-b0d17d9fc6012926bb97e2e7ac917042f9828938.tar.gz u-boot-imx-b0d17d9fc6012926bb97e2e7ac917042f9828938.tar.bz2 |
ENGR00263306 imx6q: put CONFIG_SYS_NAND out of the common config
Since Sabresd board does not have NAND, we need put CONFIG_SYS_NAND
into the Sabreauto board only.
Signed-off-by: Jason Liu <r64343@freescale.com>
-rw-r--r-- | include/configs/mx6qsabre_common.h | 2 | ||||
-rw-r--r-- | include/configs/mx6qsabreauto.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 55fdbde..6ebc671 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -202,8 +202,6 @@ #define CONFIG_ENV_SIZE (8 * 1024) -#define CONFIG_SYS_USE_NAND - #ifndef CONFIG_SYS_NOSMP #define CONFIG_SYS_NOSMP #endif diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index 789fe9b..a66a9dd 100644 --- a/include/configs/mx6qsabreauto.h +++ b/include/configs/mx6qsabreauto.h @@ -28,6 +28,8 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 +#define CONFIG_SYS_USE_NAND + #include "mx6qsabre_common.h" #include <asm/imx-common/gpio.h> |