summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/board_early_init_r.c
blob: 579fe70463bf03a3f438f1d57be5a6884188b4f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2014 Panasonic Corporation
 *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

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

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