From: Alice Guo Date: Mon, 30 Sep 2019 14:14:18 +0000 (+0800) Subject: MLK-22574-1: mx7dsabresd: config: remove space from mtdparts definition X-Git-Tag: rel_imx_4.19.35_1.1.0~47 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=63c36d0ba25a83cc6101477b132bf588f60c9d19;p=u-boot.git 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) --- 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