Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
79340db7f1f676b8eb5911f4993ebedf27009c0b
/
.
/
arch
/
arm
/
mach-uniphier
/
print_misc_info.c
blob: 22ea5122852daa886acbab2d1d3180fa374c6961 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2015 Panasonic Corporation
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<mach/board.h>
int
misc_init_f
(
void
)
{
return
check_support_card
();
}