]> git.sur5r.net Git - u-boot/blob - board_common.c
198004b59b06b8f047b0b633d119340ecca905be
[u-boot] / board_common.c
1 /*
2  * Copyright (C) 2012-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8 #include <mach/micro-support-card.h>
9
10 int board_init(void)
11 {
12         led_puts("Uboo");
13
14         return 0;
15 }