summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAllen Xu <b45815@freescale.com>2014-11-14 01:46:26 -0600
committerAllen Xu <b45815@freescale.com>2014-11-15 23:51:22 +0800
commit8a98016f9e2b0574fa79ee871e1d220d5db0a696 (patch)
tree22afea91f9945af12d805dd885f2fc701acf18e5 /include
parent25075480d0ca06df98880737355c0c75e8cf3a29 (diff)
downloadu-boot-imx-8a98016f9e2b0574fa79ee871e1d220d5db0a696.zip
u-boot-imx-8a98016f9e2b0574fa79ee871e1d220d5db0a696.tar.gz
u-boot-imx-8a98016f9e2b0574fa79ee871e1d220d5db0a696.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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qsabreauto.h7
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 */