]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/board_common.c
exynos: Set CNTFRQ
[people/ms/u-boot.git] / arch / arm / mach-uniphier / 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
9 #include "micro-support-card.h"
10
11 int board_init(void)
12 {
13 led_puts("Uboo");
14
15 return 0;
16 }