Merge git://git.denx.de/u-boot-arc

This commit is contained in:
Tom Rini 2015-10-08 03:04:36 -04:00
commit e928fbf9c6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ int board_mmc_init(bd_t *bis)
host->dev_index = 0;
host->bus_hz = 50000000;
add_dwmci(host, host->bus_hz, 400000);
add_dwmci(host, host->bus_hz / 2, 400000);
return 0;
}