forked from Imagelibrary/rtems
2009-04-28 Chris Johns <chrisj@rtems.org>
* startup/cpuboot.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/cpuboot.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
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ void boot_phase_2(void)
|
|||||||
static constructors have not been called, and RTEMS is not initialised.
|
static constructors have not been called, and RTEMS is not initialised.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void boot_card(void);
|
void boot_card(const char* cmdline);
|
||||||
void set_debug_traps(void);
|
void set_debug_traps(void);
|
||||||
void breakpoint(void);
|
void breakpoint(void);
|
||||||
|
|
||||||
@@ -136,7 +136,7 @@ void boot_phase_3(void)
|
|||||||
/* FIXME : add RAM and ROM checks */
|
/* FIXME : add RAM and ROM checks */
|
||||||
|
|
||||||
/* boot the bsp, what ever this means */
|
/* boot the bsp, what ever this means */
|
||||||
boot_card();
|
boot_card((void*)0);
|
||||||
|
|
||||||
WATCHDOG_TRIGGER();
|
WATCHDOG_TRIGGER();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user