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
119480f4
Unverified
Commit
119480f4
authored
Nov 19, 2018
by
Antonio Niño Díaz
Committed by
GitHub
Nov 19, 2018
Browse files
Merge pull request #1684 from oscardagrach/hikey-mmc-fix
hikey: increase delay after eMMC initialized
parents
bbbf7f6b
f6be4354
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/hisilicon/hikey/hikey_bl2_setup.c
View file @
119480f4
...
@@ -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
();
}
}
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