]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/print_misc_info.c
Merge branch 'master' of git://git.denx.de/u-boot-x86
[people/ms/u-boot.git] / arch / arm / mach-uniphier / print_misc_info.c
1 /*
2 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #include "micro-support-card.h"
8
9 int misc_init_f(void)
10 {
11 return check_support_card();
12 }