2005-01-04 Joel Sherrill <joel@OARcorp.com>

* console/console-io.c, startup/init5272.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2005-01-04 23:27:57 +00:00
parent 6d2c4aa473
commit b5e685b004
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* console/console-io.c, startup/init5272.c: Remove warnings.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.

View File

@@ -16,7 +16,7 @@
#include <rtems/libio.h>
#include <mcf5272/mcf5272.h>
volatile g_cnt = 0;
volatile int g_cnt = 0;
/*
* console_initialize_hardware

View File

@@ -99,7 +99,6 @@ init5272(void)
{
extern void clear_bss(void);
extern void start_csb360(void);
int i;
/* Invalidate the cache - WARNING: It won't complete for 64 clocks */
m68k_set_cacr(MCF5272_CACR_CINV);