blob: bdb353062fe02220ba42c7eb4f597ffc71c9a050 [file] [log] [blame]
Nobuhiro Iwamatsu1cdf2482012-08-19 04:40:05 +00001/*
2 * (C) Copyright 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
3 * (C) Copyright 2012 Renesas Solutions Corp.
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Nobuhiro Iwamatsu1cdf2482012-08-19 04:40:05 +00006 */
7#include <common.h>
8#include <asm/io.h>
9#include <asm/arch/sys_proto.h>
10
Marek Vasutef5f1972017-11-27 05:45:46 +010011#ifndef CONFIG_RCAR_GEN3
Nobuhiro Iwamatsu1cdf2482012-08-19 04:40:05 +000012int checkboard(void)
13{
14 printf("Board: %s\n", sysinfo.board_string);
15 return 0;
16}
Marek Vasutef5f1972017-11-27 05:45:46 +010017#endif