ARM: uniphier: add a command to find the first MMC (non-SD) device
[oweals/u-boot.git] / arch / arm / mach-uniphier / board_early_init_r.c
1 /*
2  * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8
9 #include "micro-support-card.h"
10
11 int board_early_init_r(void)
12 {
13         support_card_late_init();
14         return 0;
15 }