forked from Imagelibrary/rtems
removed "bootbard calling" warning
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
|
* start/start.S: removed "bootbard calling" warning
|
||||||
|
|
||||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* startup/bspstart.c: warning removal
|
* startup/bspstart.c: warning removal
|
||||||
|
|||||||
@@ -40,11 +40,6 @@
|
|||||||
* Id: dlentry.S,v 1.2 2000/08/02 16:30:57 joel Exp
|
* Id: dlentry.S,v 1.2 2000/08/02 16:30:57 joel Exp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#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.
|
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
|
* startup/start.S: removed bootcard calling warning
|
||||||
|
|
||||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* console/console.c: adapted to new prototype for *_write
|
* console/console.c: adapted to new prototype for *_write
|
||||||
|
|||||||
@@ -47,11 +47,6 @@
|
|||||||
* Copyright (c) 1999, National Research Council of Canada
|
* Copyright (c) 1999, National Research Council of Canada
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#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.
|
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user