Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microblaze
[oweals/u-boot.git] / arch / arm / mach-rmobile / board.c
1 /*
2  * (C) Copyright 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
3  * (C) Copyright 2012 Renesas Solutions Corp.
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7 #include <common.h>
8 #include <asm/io.h>
9 #include <asm/arch/sys_proto.h>
10
11 #ifndef CONFIG_RCAR_GEN3
12 int checkboard(void)
13 {
14         printf("Board: %s\n", sysinfo.board_string);
15         return 0;
16 }
17 #endif