Merge branch 'master' of http://git.denx.de/u-boot-sunxi
[oweals/u-boot.git] / arch / arm / cpu / armv7 / uniphier / print_misc_info.c
1 /*
2  * Copyright (C) 2015 Panasonic Corporation
3  *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include <asm/arch/board.h>
9
10 int misc_init_f(void)
11 {
12         return check_support_card();
13 }