MLK-22574-1: mx7dsabresd: config: remove space from mtdparts definition
authorAlice Guo <alice.guo@nxp.com>
Mon, 30 Sep 2019 14:14:18 +0000 (22:14 +0800)
committerYe Li <ye.li@nxp.com>
Sun, 29 Sep 2019 08:33:24 +0000 (01:33 -0700)
there should no extra space in mtdparts definition

Signed-off-by: Alice Guo <alice.guo@nxp.com>
(cherry picked from commit 3e50cae62b1f83635ad835b8da840a7e294b7065)

include/configs/mx7dsabresd.h

index 79f2220..5871692 100644 (file)
@@ -82,7 +82,7 @@
 #endif
 
 #ifdef CONFIG_NAND_BOOT
-#define MFG_NAND_PARTITION "mtdparts=gpmi-nand:64m(nandboot),16m(nandkernel),16m(nanddtb),16m(nandtee),-(nandrootfs) "
+#define MFG_NAND_PARTITION "mtdparts=gpmi-nand:64m(nandboot),16m(nandkernel),16m(nanddtb),16m(nandtee),-(nandrootfs)"
 #else
 #define MFG_NAND_PARTITION ""
 #endif