]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/mach-uniphier/board_early_init_r.c
ARM: uniphier: remove useless wrapper functions
[karo-tx-uboot.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 #include <mach/board.h>
9
10 int board_early_init_r(void)
11 {
12         support_card_late_init();
13         return 0;
14 }