summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/board_early_init_r.c
blob: 7d4830a3a822a6152b5acb6432ac20645c23125f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>
#include <mach/board.h>

int board_early_init_r(void)
{
	support_card_late_init();
	return 0;
}
OpenPOWER on IntegriCloud