From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?G=C3=A9rald=20Kerma?= Date: Sat, 13 Dec 2014 21:35:36 +0100 Subject: [U-Boot] [PATCH v3 6/6] MVEBUMMC : REMOVE unnecessary delay from init In-Reply-To: <1418502936-6158-1-git-send-email-drEagle@doukki.net> References: <1418502936-6158-1-git-send-email-drEagle@doukki.net> Message-ID: <1418502936-6158-7-git-send-email-drEagle@doukki.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Remove unnessecary delay from mvebu_mmc_initialize Signed-off-by: G?rald Kerma --- 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 721ebcc..8ca0904 100644 --- a/drivers/mmc/mvebu_mmc.c +++ b/drivers/mmc/mvebu_mmc.c @@ -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; } -- 2.1.3