removed debug printout

incorporated EmuTOS byte swap routines for PCI access
This commit is contained in:
Markus Fröschle
2013-10-27 06:24:16 +00:00
parent 6b4431ed84
commit 681343829c
4 changed files with 81 additions and 6 deletions

View File

@@ -85,9 +85,11 @@ void init_fpga(void)
uint8_t *fpga_data;
int i;
/*
xprintf("MCF_FBCS0_CSAR: %08x\r\n", MCF_FBCS0_CSAR);
xprintf("MCF_FBCS0_CSCR: %08x\r\n", MCF_FBCS0_CSCR);
xprintf("MCF_FBCS0_CSMR: %08x\r\n", MCF_FBCS0_CSMR);
*/
xprintf("FPGA load config... ");