Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
4eb835f8
Unverified
Commit
4eb835f8
authored
Nov 06, 2018
by
Soby Mathew
Committed by
GitHub
Nov 06, 2018
Browse files
Merge pull request #1661 from hzhuang1/emmc_delay
hikey: add delay after eMMC initialized
parents
dd756c98
cd3272ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/hisilicon/hikey/hikey_bl2_setup.c
View file @
4eb835f8
...
...
@@ -9,6 +9,7 @@
#include <bl_common.h>
#include <console.h>
#include <debug.h>
#include <delay_timer.h>
#include <desc_image_load.h>
#include <dw_mmc.h>
#include <errno.h>
...
...
@@ -333,6 +334,7 @@ void bl2_platform_setup(void)
params
.
flags
=
MMC_FLAG_CMD23
;
info
.
mmc_dev_type
=
MMC_IS_EMMC
;
dw_mmc_init
(
&
params
,
&
info
);
mdelay
(
5
);
hikey_io_setup
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment