mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-08 02:07:55 +01:00
MVEBUMMC : REMOVE unnecessary delay from init
Remove unnessecary delay from mvebu_mmc_initialize Signed-off-by: Gérald Kerma <drEagle@doukki.net> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
This commit is contained in:
parent
02b2739e8f
commit
ac0b729844
1 changed files with 0 additions and 2 deletions
|
|
@ -403,8 +403,6 @@ static int mvebu_mmc_initialize(struct mmc *mmc)
|
|||
/* SW reset */
|
||||
mvebu_mmc_write(SDIO_SW_RESET, SDIO_SW_RESET_NOW);
|
||||
|
||||
udelay(10*1000);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue