forked from Imagelibrary/rtems
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* console/console-io.c, startup/init5272.c: Remove warnings.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <rtems/libio.h>
|
||||
#include <mcf5272/mcf5272.h>
|
||||
|
||||
volatile g_cnt = 0;
|
||||
volatile int g_cnt = 0;
|
||||
|
||||
/*
|
||||
* console_initialize_hardware
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user