forked from Imagelibrary/rtems
2006-12-13 Joel Sherrill <joel@OARcorp.com>
PR 1190/bsps * bootcard.c: Remove status since unused.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-12-13 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1190/bsps
|
||||||
|
* bootcard.c: Remove status since unused.
|
||||||
|
|
||||||
2006-11-29 Till Straumann <strauman@slac.stanford.edu>
|
2006-11-29 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* vmeUniverse/vmeTsi148.h: user now must define a symbol
|
* vmeUniverse/vmeTsi148.h: user now must define a symbol
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ char *rtems_progname;
|
|||||||
|
|
||||||
int boot_card(int argc, char **argv, char **envp)
|
int boot_card(int argc, char **argv, char **envp)
|
||||||
{
|
{
|
||||||
int status;
|
|
||||||
static char *argv_pointer = NULL;
|
static char *argv_pointer = NULL;
|
||||||
static char *envp_pointer = NULL;
|
static char *envp_pointer = NULL;
|
||||||
char **argv_p = &argv_pointer;
|
char **argv_p = &argv_pointer;
|
||||||
@@ -158,5 +157,5 @@ int boot_card(int argc, char **argv, char **envp)
|
|||||||
* Now return to the start code.
|
* Now return to the start code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return status;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user