remove space from mtdparts definition and remove
"#define CONFIG_MTD_DEVICE" to make source code can be copiled correctly
Signed-off-by: Alice Guo <alice.guo@nxp.com>
(cherry picked from commit
c01b869d5b9dc8cff340c9b911d8df9d2aa257dd)
#endif
#ifdef CONFIG_NAND_BOOT
-#define MFG_NAND_PARTITION "mtdparts=gpmi-nand:64m(nandboot),16m(nandfit),32m(nandkernel),16m(nanddtb),8m(nandtee),-(nandrootfs) "
+#define MFG_NAND_PARTITION "mtdparts=gpmi-nand:64m(nandboot),16m(nandfit),32m(nandkernel),16m(nanddtb),8m(nandtee),-(nandrootfs)"
#endif
/*
#define CONFIG_SYS_NAND_ONFI_DETECTION
#ifdef CONFIG_CMD_UBI
-#define CONFIG_MTD_DEVICE
#endif
#endif /* CONFIG_NAND_MXS */