From: Han Xu Date: Wed, 16 Oct 2019 22:25:13 +0000 (-0500) Subject: MLK-22766-2: configs: remove the unnecessary space in mtdparts X-Git-Tag: rel_imx_4.19.35_1.1.0~20 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=63602a7cd553347666ad63d137937f3b290529e8;p=u-boot.git MLK-22766-2: configs: remove the unnecessary space in mtdparts remove the unnecessary space in imx6sx sabreauto mtdparts Signed-off-by: Han Xu (cherry picked from commit c8bbf2b43767fe7be69a0383ab426172b5083ee1) --- diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index 94d2eac401..915b24a958 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -21,7 +21,7 @@ #define CONFIG_MXC_UART_BASE UART1_BASE #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