2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>

* shared/start/start.S: Pass 0/NULL for argc/argv.
This commit is contained in:
Joel Sherrill
2010-05-31 14:21:34 +00:00
parent 14724574d9
commit 3923700ef4
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/start/start.S: Pass 0/NULL for argc/argv.
2009-04-28 Chris Johns <chrisj@rtems.org>
* shared/start/start.S: Update for boot_card command line change.

View File

@@ -4,10 +4,6 @@
#include <bspopts.h>
#warning Call to boot_card has changed and needs checking.
#warning The call is "void boot_card(const char* cmdline);"
#warning Please check and remove these warnings.
#ifndef LO
#define LO(con32) ((con32) & 0xFFFF)
#endif
@@ -90,6 +86,9 @@ __start:
loop1: b[p0] = r0;
loop2: p0 +=1;
/* call boot_card( 0, 0 ) */
r0 = 0;
r1 = 0;
p0.l = _boot_card;
p0.h = _boot_card;