]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/virtex2.c
SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can...
[karo-tx-uboot.git] / common / virtex2.c
index 84050694234ef966a23aaff85e3e633822e10dc5..1283ff610d8b22865665951ac96bb4f69a8d1d59 100644 (file)
 #include <common.h>
 #include <virtex2.h>
 
-#if (CONFIG_FPGA & (CFG_XILINX | CFG_VIRTEX2))
+#if defined(CONFIG_FPGA) && defined(CONFIG_FPGA_VIRTEX2)
 
 #if 0
 #define FPGA_DEBUG
-#endif 
+#endif
 
 #ifdef FPGA_DEBUG
 #define        PRINTF(fmt,args...)     printf (fmt ,##args)