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