mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-tegra
This commit is contained in:
commit
9c067c873f
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ static int tegra_mmc_set_ios(struct udevice *dev)
|
|||
else if (mmc->bus_width == 4)
|
||||
ctrl |= (1 << 1);
|
||||
else
|
||||
ctrl &= ~(1 << 1);
|
||||
ctrl &= ~(1 << 1 | 1 << 5);
|
||||
|
||||
writeb(ctrl, &priv->reg->hostctl);
|
||||
debug("mmc_set_ios: hostctl = %08X\n", ctrl);
|
||||
|
|
Loading…
Reference in a new issue