commit | 0cbaf64e5068d146998c67226bb23784a3ba5e54 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 00:53:22 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 00:53:22 2005 +0200 |
tree | 039a6759c8fcfe262f0af106e7c5ac746d19478e | |
parent | d3abe5ae91dbd13c5d50e4ceb2ee1b732bdc6efc [diff] [blame] |
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)