]> git.ipfire.org Git - u-boot.git/blame - board/espt/espt.c
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
[u-boot.git] / board / espt / espt.c
CommitLineData
74d9c16a
NI
1/*
2 * Copyright (C) 2009 Renesas Solutions Corp.
3 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4 *
5 * board/espt/espt.c
6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
74d9c16a
NI
8 */
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
74d9c16a
NI
25void led_set_state(unsigned short value)
26{
27}