Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* (C) Copyright 2002
3
4
* Rich Ireland, Enterasys Networks, rireland@enterasys.com.
4
-
*
5
-
* SPDX-License-Identifier: GPL-2.0+
6
5
*/
7
6
8
7
#include <common.h> /* core U-Boot definitions */
9
8
#include <spartan2.h> /* Spartan-II device family */
10
9
11
10
/* Define FPGA_DEBUG to get debug printf's */
12
11
#ifdef FPGA_DEBUG
13
12
#define PRINTF(fmt,args...) printf (fmt ,##args)
14
13
#else
15
14
#define PRINTF(fmt,args...)