blob: 9ab71fe17148fbd9b59b856d2c73e6a5ea38b756 [file] [log] [blame]
Nobuhiro Iwamatsu74d9c162009-06-25 16:31:26 +09001/*
2 * Copyright (C) 2009 Renesas Solutions Corp.
3 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4 *
5 * board/espt/espt.c
6 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Nobuhiro Iwamatsu74d9c162009-06-25 16:31:26 +09008 */
9
10#include <common.h>
11#include <asm/io.h>
12#include <asm/processor.h>
13
14int checkboard(void)
15{
16 puts("BOARD: ESPT-GIGA\n");
17 return 0;
18}
19
20int board_init(void)
21{
22 return 0;
23}
24
Nobuhiro Iwamatsu74d9c162009-06-25 16:31:26 +090025void led_set_state(unsigned short value)
26{
27}