ARM: uniphier: parse device tree to determine DRAM base and size
[oweals/u-boot.git] / arch / arm / mach-uniphier / board_common.c
1 /*
2  * Copyright (C) 2012-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 <mach/led.h>
10
11 /*
12  * Routine: board_init
13  * Description: Early hardware init.
14  */
15 int board_init(void)
16 {
17         led_write(U, B, O, O);
18
19         return 0;
20 }