forked from Imagelibrary/rtems
2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/start/start.S: Pass 0/NULL for argc/argv.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user