From 63c36d0ba25a83cc6101477b132bf588f60c9d19 Mon Sep 17 00:00:00 2001 From: Alice Guo Date: Mon, 30 Sep 2019 22:14:18 +0800 Subject: [PATCH] MLK-22574-1: mx7dsabresd: config: remove space from mtdparts definition there should no extra space in mtdparts definition Signed-off-by: Alice Guo (cherry picked from commit 3e50cae62b1f83635ad835b8da840a7e294b7065) --- include/configs/mx7dsabresd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 79f2220651..587169225e 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -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 -- 2.17.1