Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
54d93e2e523074a7c6f236d52328e2c5b2250ff2
/
.
/
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
();
}