]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rmobile/board.c
Merge git://git.denx.de/u-boot-spi
[people/ms/u-boot.git] / arch / arm / mach-rmobile / board.c
CommitLineData
1cdf2482
NI
1/*
2 * (C) Copyright 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
3 * (C) Copyright 2012 Renesas Solutions Corp.
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
1cdf2482
NI
6 */
7#include <common.h>
8#include <asm/io.h>
9#include <asm/arch/sys_proto.h>
10
ef5f1979 11#ifndef CONFIG_RCAR_GEN3
1cdf2482
NI
12int checkboard(void)
13{
14 printf("Board: %s\n", sysinfo.board_string);
15 return 0;
16}
ef5f1979 17#endif