forked from Imagelibrary/rtems
2009-04-28 Chris Johns <chrisj@rtems.org>
* startup/init52235.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/init52235.c: Update for boot_card command line change.
|
||||||
|
|
||||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
* startup/linkcmds: Add .data.* for the C++ test.
|
* startup/linkcmds: Add .data.* for the C++ test.
|
||||||
|
|||||||
@@ -8,7 +8,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
|
||||||
@@ -76,6 +76,6 @@ void Init52235(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