Re: [U-Boot] [PATCH] mvebu_mmc: Speed up access time

2014-11-25 Thread drEagle
Hi Mario, I test this patch but it is unsuccessfull with the seevaplug : After upgrade with U-Boot 2015.01-rc2-dirty (Nov 25 2014 - 08:10:39) Marvell-Sheevaplug Marvell>> mmc list

[U-Boot] [PATCH] mvebu_mmc: Speed up access time

2014-11-03 Thread Mario Schuknecht
Remove udelay, because card status is polled in a loop. Signed-off-by: Mario Schuknecht --- drivers/mmc/mvebu_mmc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c index 9f98c3f..2bf9444 100644 --- a/drivers/mmc/mvebu_mmc.c +++ b/drivers/mmc