Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
53bd6390faa7b8aebe4ac7399de38dbc66fda33f
/
.
/
arch
/
arm
/
mach-uniphier
/
board_early_init_r.c
blob: 28c7f822287308bb8f3328be65aaa0a720567b51 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
#include
<mach/micro-support-card.h>
int
board_early_init_r
(
void
)
{
support_card_late_init
();
return
0
;
}