Skip to content
Snippets Groups Projects
Commit a4475af5 authored by Heiko Schocher's avatar Heiko Schocher Committed by Tom Rini
Browse files

armv7: omap-common: make SPL board_mmc_init() weak


make this function weak, so board code can setup in SPL
MMC init with board special values.

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent 3d4f628d
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ void spl_board_init(void)
#endif
}
int board_mmc_init(bd_t *bis)
__weak int board_mmc_init(bd_t *bis)
{
switch (spl_boot_device()) {
case BOOT_DEVICE_MMC1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment