Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
47c0d79edc35fdd959851abcb3332bd5e702d0eb
/
.
/
arch
/
arm
/
mach-uniphier
/
board_common.c
blob: 198004b59b06b8f047b0b633d119340ecca905be [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2012-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
#include
<mach/micro-support-card.h>
int
board_init
(
void
)
{
led_puts
(
"Uboo"
);
return
0
;
}