diff options
author | Allen Xu <b45815@freescale.com> | 2014-11-14 01:46:26 -0600 |
---|---|---|
committer | Allen Xu <b45815@freescale.com> | 2014-11-16 02:09:37 +0800 |
commit | a43a70e59763ec0c019dbbfc73a25c614501bf69 (patch) | |
tree | 885e34fbf67502508e453168a4f90d25329b2072 | |
parent | e96969162f031999703a8a991d97933cd6107ae1 (diff) | |
download | u-boot-imx-a43a70e59763ec0c019dbbfc73a25c614501bf69.zip u-boot-imx-a43a70e59763ec0c019dbbfc73a25c614501bf69.tar.gz u-boot-imx-a43a70e59763ec0c019dbbfc73a25c614501bf69.tar.bz2 |
MLK-9854 mtd index change for imx6 sabreauto
Modified the mtd index for imx6 sabreauto board, split the parallel nor
to two partitions and the NAND index could be align with imx6sx board for
mfgtool download.
Signed-off-by: Allen Xu <b45815@freescale.com>
-rw-r--r-- | include/configs/mx6qsabreauto.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index 48e64e5..5614964 100644 --- a/include/configs/mx6qsabreauto.h +++ b/include/configs/mx6qsabreauto.h @@ -19,6 +19,13 @@ #include "mx6sabre_common.h" #include <asm/imx-common/gpio.h> +#undef CONFIG_MFG_NAND_PARTITION +#ifdef CONFIG_SYS_BOOT_NAND +#define CONFIG_MFG_NAND_PARTITION "mtdparts=8000000.nor:1m(boot),-(rootfs)\\\\;gpmi-nand:16m(boot),16m(kernel),16m(dtb),-(rootfs) " +#else +#define CONFIG_MFG_NAND_PARTITION "" +#endif + /*Since the pin conflicts on EIM D18, disable the USB host if the NOR flash is enabled */ #if !defined(CONFIG_SYS_USE_SPINOR) && !defined(CONFIG_SYS_USE_EIMNOR) /* USB Configs */ |