projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7118cdc
)
MLK-22766-2: configs: remove the unnecessary space in mtdparts
author
Han Xu
<han.xu@nxp.com>
Wed, 16 Oct 2019 22:25:13 +0000
(17:25 -0500)
committer
Ye Li
<ye.li@nxp.com>
Thu, 17 Oct 2019 09:35:07 +0000
(
02:35
-0700)
remove the unnecessary space in imx6sx sabreauto mtdparts
Signed-off-by: Han Xu <han.xu@nxp.com>
(cherry picked from commit
c8bbf2b43767fe7be69a0383ab426172b5083ee1
)
include/configs/mx6sxsabreauto.h
patch
|
blob
|
history
diff --git
a/include/configs/mx6sxsabreauto.h
b/include/configs/mx6sxsabreauto.h
index
94d2eac
..
915b24a
100644
(file)
--- 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