From c64806980061b03f9d620b8ce87051d163c59e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 6 Dec 2012 07:04:42 +0000 Subject: [PATCH] reactivated USB PCI_IO_OFFSET write --- BaS_gcc/sources/init_fpga.c | 1 - BaS_gcc/sources/sysinit.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/BaS_gcc/sources/init_fpga.c b/BaS_gcc/sources/init_fpga.c index 3f56fec..7aa01de 100644 --- a/BaS_gcc/sources/init_fpga.c +++ b/BaS_gcc/sources/init_fpga.c @@ -33,7 +33,6 @@ extern void xprintf_before_copy(const char *fmt, ...); extern void display_progress_before_copy(void); -extern void wait_10ms(); #define xprintf xprintf_before_copy #define display_progress display_progress_before_copy diff --git a/BaS_gcc/sources/sysinit.c b/BaS_gcc/sources/sysinit.c index 83dab08..575cf3c 100644 --- a/BaS_gcc/sources/sysinit.c +++ b/BaS_gcc/sources/sysinit.c @@ -503,7 +503,7 @@ void test_upd720101(void) MCF_PCI_PCICAR_FUNCNUM(0) + MCF_PCI_PCICAR_DWORD(57); - //* (uint8_t *) PCI_IO_OFFSET = 0x20; // commented out (hangs currently) + * (uint8_t *) PCI_IO_OFFSET = 0x20; } else {