Sign in
nest-open-source
/
nest-learning-thermostat
/
5.7.1
/
u-boot
/
refs/heads/master
/
.
/
u-boot-imx
/
arch
/
arm
/
mach-uniphier
/
print_misc_info.c
blob: 22ea5122852daa886acbab2d1d3180fa374c6961 [
file
] [
log
] [
blame
] [
edit
]
/*
* 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
();
}