removed "bootbard calling" warning

This commit is contained in:
Thomas Doerfler
2010-03-27 20:41:18 +00:00
parent 0cc86720d9
commit 1b6151a428
4 changed files with 8 additions and 10 deletions

View File

@@ -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>
* startup/bspstart.c: warning removal

View File

@@ -40,11 +40,6 @@
* 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>
/*

View File

@@ -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>
* console/console.c: adapted to new prototype for *_write

View File

@@ -47,11 +47,6 @@
* 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>
/*