From a902441a2532b4c56bf636cc38d979a13c07c056 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Mar 1999 02:26:50 +0000 Subject: Patch from John S. Gwynne to correct minor problems that prevented the 19990302 snapshot from running on the efi332. I'm happy to report that rtems-19990302 is running on the efi332 board. I have enclosed a few minor patches below to the efi332 bsp. All patches are within that library but one. make/custom/efi332.cfg has a patch to select the right CPU_CFLAGS (at one time -m68332 was a problem... -mcpu32 or -m68332 work fine now). --- c/src/lib/libbsp/m68k/efi332/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/efi332/console/console.c') diff --git a/c/src/lib/libbsp/m68k/efi332/console/console.c b/c/src/lib/libbsp/m68k/efi332/console/console.c index e678836688..8594b44f68 100644 --- a/c/src/lib/libbsp/m68k/efi332/console/console.c +++ b/c/src/lib/libbsp/m68k/efi332/console/console.c @@ -328,7 +328,7 @@ rtems_device_driver console_read( rtems_libio_rw_args_t *rw_args; char *buffer; int maximum; - int count = 0; + int count; rw_args = (rtems_libio_rw_args_t *) arg; -- cgit v1.2.3