Add support for AMD's Pb1x00 eval board;
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
diff --git a/common/virtex2.c b/common/virtex2.c
index 8405069..b5dc366 100644
--- a/common/virtex2.c
+++ b/common/virtex2.c
@@ -35,7 +35,7 @@
 
 #if 0
 #define FPGA_DEBUG
-#endif 
+#endif
 
 #ifdef	FPGA_DEBUG
 #define	PRINTF(fmt,args...)	printf (fmt ,##args)