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:
Sebastian Huber
2012-12-06 17:47:30 +01:00
parent 1bb8782c91
commit 48bff53b3d
21 changed files with 75 additions and 183 deletions

View File

@@ -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 );