2006-12-13 Joel Sherrill <joel@OARcorp.com>

PR 1190/bsps
	* bootcard.c: Remove status since unused.
This commit is contained in:
Joel Sherrill
2006-12-13 14:46:41 +00:00
parent 0ab63e5040
commit 460cd5b728
2 changed files with 6 additions and 2 deletions

View File

@@ -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>
* vmeUniverse/vmeTsi148.h: user now must define a symbol

View File

@@ -65,7 +65,6 @@ char *rtems_progname;
int boot_card(int argc, char **argv, char **envp)
{
int status;
static char *argv_pointer = NULL;
static char *envp_pointer = NULL;
char **argv_p = &argv_pointer;
@@ -158,5 +157,5 @@ int boot_card(int argc, char **argv, char **envp)
* Now return to the start code.
*/
return status;
return 0;
}