mirror of
https://xff.cz/git/u-boot/
synced 2025-09-08 12:12:28 +02:00
Merge branch 'master' of git://git.denx.de/u-boot-tegra
This commit is contained in:
@@ -438,7 +438,7 @@ static int tegra_mmc_set_ios(struct udevice *dev)
|
|||||||
else if (mmc->bus_width == 4)
|
else if (mmc->bus_width == 4)
|
||||||
ctrl |= (1 << 1);
|
ctrl |= (1 << 1);
|
||||||
else
|
else
|
||||||
ctrl &= ~(1 << 1);
|
ctrl &= ~(1 << 1 | 1 << 5);
|
||||||
|
|
||||||
writeb(ctrl, &priv->reg->hostctl);
|
writeb(ctrl, &priv->reg->hostctl);
|
||||||
debug("mmc_set_ios: hostctl = %08X\n", ctrl);
|
debug("mmc_set_ios: hostctl = %08X\n", ctrl);
|
||||||
|
Reference in New Issue
Block a user