diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 | 
| commit | d6e9ee92e890f67594ab150689510df361133ead (patch) | |
| tree | d76987f91295c1e4585130f6d2f43b28fae6fa94 /common/xilinx.c | |
| parent | f5acb9fd9bba1160de3ef349c7d33fe510eda286 (diff) | |
| download | olio-uboot-2014.01-d6e9ee92e890f67594ab150689510df361133ead.tar.xz olio-uboot-2014.01-d6e9ee92e890f67594ab150689510df361133ead.zip | |
common: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/xilinx.c')
| -rw-r--r-- | common/xilinx.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/common/xilinx.c b/common/xilinx.c index c89823868..7b5e8c5bb 100644 --- a/common/xilinx.c +++ b/common/xilinx.c @@ -32,8 +32,6 @@  #include <spartan2.h>  #include <spartan3.h> -#if defined(CONFIG_FPGA) && defined(CONFIG_FPGA_XILINX) -  #if 0  #define FPGA_DEBUG  #endif @@ -307,5 +305,3 @@ static int xilinx_validate (Xilinx_desc * desc, char *fn)  	return ret_val;  } - -#endif	/* CONFIG_FPGA && CONFIG_FPGA_XILINX */ |