forked from Imagelibrary/rtems
score: rtems_initialize_start_multitasking()
Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#define FATAL_ERROR 0x600df00d
|
||||
|
||||
uint32_t boot_card( const char *cmdline )
|
||||
void boot_card( const char *cmdline )
|
||||
{
|
||||
_Internal_error_Occurred( FATAL_SOURCE, FATAL_IS_INTERNAL, FATAL_ERROR );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user