mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00: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