2009-04-28 Chris Johns <chrisj@rtems.org>

* startup/main.c: Update for boot_card command line change.
This commit is contained in:
Chris Johns
2009-04-28 06:35:34 +00:00
parent 68e2707701
commit a4ed6b112d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-04-28 Chris Johns <chrisj@rtems.org>
* startup/main.c: Update for boot_card command line change.
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsp_specs, startup/bspgetworkarea.c: Links hello again.

View File

@@ -24,7 +24,7 @@ int main(
char **argv
)
{
boot_card();
boot_card(0);
return 0;
}