Unverified Commit 119480f4 authored by Antonio Niño Díaz's avatar Antonio Niño Díaz Committed by GitHub
Browse files

Merge pull request #1684 from oscardagrach/hikey-mmc-fix

hikey: increase delay after eMMC initialized
parents bbbf7f6b f6be4354
Showing with 1 addition and 1 deletion
+1 -1
...@@ -336,7 +336,7 @@ void bl2_platform_setup(void) ...@@ -336,7 +336,7 @@ void bl2_platform_setup(void)
params.flags = MMC_FLAG_CMD23; params.flags = MMC_FLAG_CMD23;
info.mmc_dev_type = MMC_IS_EMMC; info.mmc_dev_type = MMC_IS_EMMC;
dw_mmc_init(&params, &info); dw_mmc_init(&params, &info);
mdelay(5); mdelay(20);
hikey_io_setup(); hikey_io_setup();
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment