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

* startup/init5329.c: Update for boot_card command line change.
This commit is contained in:
Chris Johns
2009-04-28 06:27:52 +00:00
parent bcd1228d90
commit 90819e8010
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-04-28 Chris Johns <chrisj@rtems.org>
* startup/init5329.c: Update for boot_card command line change.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -9,7 +9,7 @@
extern void _wr_vbr(uint32_t);
extern void init_main(void);
extern int boot_card(int, char **, char **);
extern int boot_card(const char *);
/*
* From linkcmds
@@ -77,6 +77,6 @@ void Init5329(void)
* We have to call some kind of RTEMS function here!
*/
boot_card(0, 0, 0);
boot_card(0);
for (;;) ;
}