projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c525ec
)
board: tbs2910: Fix eMMC BOOTCFG value
author
Soeren Moch
<smoch@web.de>
Tue, 9 Feb 2016 15:53:27 +0000
(16:53 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 2 Mar 2016 13:51:05 +0000
(14:51 +0100)
Fix the BOOTCFG value for eMMC in the same way as commit
214c3f0f9921250eb336c7effadcc16158ea9df5
[imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure]
did for sabresd.
Signed-off-by: Soeren Moch <smoch@web.de>
board/tbs/tbs2910/tbs2910.c
patch
|
blob
|
history
diff --git
a/board/tbs/tbs2910/tbs2910.c
b/board/tbs/tbs2910/tbs2910.c
index
f159af9
..
f784459
100644
(file)
--- a/
board/tbs/tbs2910/tbs2910.c
+++ b/
board/tbs/tbs2910/tbs2910.c
@@
-378,7
+378,7
@@
static const struct boot_mode board_boot_modes[] = {
{"sd2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
{"sd3", MAKE_CFGVAL(0x40, 0x30, 0x00, 0x00)},
/* 8 bit bus width */
- {"emmc", MAKE_CFGVAL(0x
40, 0x3
8, 0x00, 0x00)},
+ {"emmc", MAKE_CFGVAL(0x
60, 0x5
8, 0x00, 0x00)},
{NULL, 0},
};
#endif