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:
0b1f680
)
MLK-22387 configs: imx7dsabresd: correct the emmc_dev
author
Haibo Chen
<haibo.chen@nxp.com>
Fri, 9 Aug 2019 06:10:33 +0000
(14:10 +0800)
committer
Haibo Chen
<haibo.chen@nxp.com>
Fri, 9 Aug 2019 06:20:45 +0000
(14:20 +0800)
For imx7d-sdb board, the emmc dev is 2, correct it, so
UUU can work well.
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
include/configs/mx7dsabresd.h
patch
|
blob
|
history
diff --git
a/include/configs/mx7dsabresd.h
b/include/configs/mx7dsabresd.h
index
6e56454
..
79f2220
100644
(file)
--- a/
include/configs/mx7dsabresd.h
+++ b/
include/configs/mx7dsabresd.h
@@
-95,7
+95,7
@@
CONFIG_MFG_ENV_SETTINGS_DEFAULT \
"initrd_addr=0x86800000\0" \
"initrd_high=0xffffffff\0" \
- "emmc_dev=
1
\0"\
+ "emmc_dev=
2
\0"\
"sd_dev=0\0" \
"mtdparts=" MFG_NAND_PARTITION \
"\0"\