mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 06:21:15 +02:00
board: tbs2910: Fix eMMC BOOTCFG value
Fix the BOOTCFG value for eMMC in the same way as commit
214c3f0f99
[imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure]
did for sabresd.
Signed-off-by: Soeren Moch <smoch@web.de>
This commit is contained in:
committed by
Stefano Babic
parent
3c525ecfb3
commit
b112b00716
@@ -378,7 +378,7 @@ static const struct boot_mode board_boot_modes[] = {
|
|||||||
{"sd2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
|
{"sd2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
|
||||||
{"sd3", MAKE_CFGVAL(0x40, 0x30, 0x00, 0x00)},
|
{"sd3", MAKE_CFGVAL(0x40, 0x30, 0x00, 0x00)},
|
||||||
/* 8 bit bus width */
|
/* 8 bit bus width */
|
||||||
{"emmc", MAKE_CFGVAL(0x40, 0x38, 0x00, 0x00)},
|
{"emmc", MAKE_CFGVAL(0x60, 0x58, 0x00, 0x00)},
|
||||||
{NULL, 0},
|
{NULL, 0},
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user