diff options
author | Jason <r64343@freescale.com> | 2009-12-11 18:58:03 +0800 |
---|---|---|
committer | Jason <r64343@freescale.com> | 2009-12-11 18:58:03 +0800 |
commit | 3f09859a43ac38eac7df6efcf0ab93001e8a8695 (patch) | |
tree | cb4df7051d50651e1ade0cdf244fda561daa575d /include/configs/mx25_3stack.h | |
parent | 83a8195ca771d8b20c13295e544aeb9b400a9cc3 (diff) | |
download | u-boot-imx-3f09859a43ac38eac7df6efcf0ab93001e8a8695.zip u-boot-imx-3f09859a43ac38eac7df6efcf0ab93001e8a8695.tar.gz u-boot-imx-3f09859a43ac38eac7df6efcf0ab93001e8a8695.tar.bz2 |
ENGR00119246 Add CONFIG_MXC_NAND config flag in MX25 platform
Add CONFIG_MXC_NAND config flag in MX25 platform
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx25_3stack.h')
-rw-r--r-- | include/configs/mx25_3stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx25_3stack.h b/include/configs/mx25_3stack.h index 5763b24..5084fd8 100644 --- a/include/configs/mx25_3stack.h +++ b/include/configs/mx25_3stack.h @@ -101,6 +101,7 @@ /* #define CONFIG_CMD_DATE */ #define CONFIG_CMD_NAND #define CONFIG_CMD_MMC +#define CONFIG_MXC_NAND /* * MMC Configs |