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