forked from Imagelibrary/rtems
2009-04-28 Chris Johns <chrisj@rtems.org>
* startup/init5329.c: Update for boot_card command line change.
This commit is contained in:
@@ -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>
|
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
* bsp_specs: Move -e start from *link to *startfile to avoid warning
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
extern void _wr_vbr(uint32_t);
|
extern void _wr_vbr(uint32_t);
|
||||||
extern void init_main(void);
|
extern void init_main(void);
|
||||||
extern int boot_card(int, char **, char **);
|
extern int boot_card(const char *);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* From linkcmds
|
* From linkcmds
|
||||||
@@ -77,6 +77,6 @@ void Init5329(void)
|
|||||||
* We have to call some kind of RTEMS function here!
|
* We have to call some kind of RTEMS function here!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
boot_card(0, 0, 0);
|
boot_card(0);
|
||||||
for (;;) ;
|
for (;;) ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user