ARM: uniphier: add a command to find the first MMC (non-SD) device
[oweals/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 }