]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/board_early_init_r.c
cb7e04fc36851bd4e6343b9f0a01910b5b0d3c57
[people/ms/u-boot.git] / arch / arm / mach-uniphier / board_early_init_r.c
1 /*
2 * Copyright (C) 2014 Panasonic Corporation
3 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #include <common.h>
9 #include <asm/arch/board.h>
10
11 int board_early_init_r(void)
12 {
13 uniphier_board_late_init();
14 return 0;
15 }