code changes to remove warnings

This commit is contained in:
Thomas Doerfler
2010-03-27 20:44:18 +00:00
parent 6b150cc357
commit dccbb21036
6 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* startup/start.S: remove bootcard calling warning
* startup/tm27supp.c: removed some warnings
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/ss555.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -52,11 +52,6 @@
#include <rtems/asm.h>
#include <rtems/powerpc/registers.h>
#warning Call to boot_card has changed and needs checking.
#warning The call is "void boot_card(const char* cmdline);"
#warning You need to pass a NULL.
#warning Please check and remove these warnings.
/*
* The initial stack is set to the top of the internal RAM.
*

View File

@@ -1,3 +1,7 @@
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* dlentry/start.S: remove bootcard calling warning
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
* Makefile.am, preinstall.am: Update for exception support changes.

View File

@@ -63,6 +63,7 @@ extern "C" {
#include <bsp/vectors.h>
/* miscellaneous stuff assumed to exist */
extern bool bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
/* Network Defines */
#if 1 /* EB/doe changes */

View File

@@ -1,6 +1,12 @@
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* mpc83xx/gtm/gtm.c: code changes to remove warnings
* ppc403/clock/clock.c, ppc403/clock/clock_4xx.c: code changes to
remove warnings
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* mpc83xx/gtm/gtm.c, mpc5xx/timer/timer.c,
mpc5xx/vectors/vector_init.c: code changes to remove warnings
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

View File

@@ -71,7 +71,6 @@ rtems_isr_entry set_vector( /* returns old vector */
/* Defined in bspstart.c */
extern uint32_t bsp_clicks_per_usec;
extern bool bsp_timer_internal_clock;
/*
* These are set by clock driver during its init