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:
a93ccdc
)
MLK-22574-1: mx7dsabresd: config: remove space from mtdparts definition
author
Alice Guo
<alice.guo@nxp.com>
Mon, 30 Sep 2019 14:14:18 +0000
(22:14 +0800)
committer
Ye Li
<ye.li@nxp.com>
Sun, 29 Sep 2019 08:33:24 +0000
(
01:33
-0700)
there should no extra space in mtdparts definition
Signed-off-by: Alice Guo <alice.guo@nxp.com>
(cherry picked from commit
3e50cae62b1f83635ad835b8da840a7e294b7065
)
include/configs/mx7dsabresd.h
patch
|
blob
|
history
diff --git
a/include/configs/mx7dsabresd.h
b/include/configs/mx7dsabresd.h
index
79f2220
..
5871692
100644
(file)
--- 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