Commit 63602a7cd553347666ad63d137937f3b290529e8

Authored by Han Xu
Committed by Ye Li
1 parent 7118cdc00b

MLK-22766-2: configs: remove the unnecessary space in mtdparts

remove the unnecessary space in imx6sx sabreauto mtdparts

Signed-off-by: Han Xu <han.xu@nxp.com>
(cherry picked from commit c8bbf2b43767fe7be69a0383ab426172b5083ee1)

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/mx6sxsabreauto.h
... ... @@ -21,7 +21,7 @@
21 21 #define CONFIG_MXC_UART_BASE UART1_BASE
22 22  
23 23 #ifdef CONFIG_NAND_BOOT
24   -#define MFG_NAND_PARTITION "mtdparts=gpmi-nand:64m(nandboot),16m(nandkernel),16m(nanddtb),16m(nandtee),-(nandrootfs) "
  24 +#define MFG_NAND_PARTITION "mtdparts=gpmi-nand:64m(nandboot),16m(nandkernel),16m(nanddtb),16m(nandtee),-(nandrootfs)"
25 25 #else
26 26 #define MFG_NAND_PARTITION ""
27 27 #endif