From c199cf899b50efe365e290750077b48c2b9a2f7f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 May 2008 18:44:30 +0000 Subject: 2008-05-12 Joel Sherrill * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs. --- testsuites/sptests/spfatal10/testcase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/spfatal10/testcase.h') diff --git a/testsuites/sptests/spfatal10/testcase.h b/testsuites/sptests/spfatal10/testcase.h index 1d40f56dca..b559a0e4ed 100644 --- a/testsuites/sptests/spfatal10/testcase.h +++ b/testsuites/sptests/spfatal10/testcase.h @@ -31,6 +31,6 @@ rtems_initialization_tasks_table Initialization_tasks[] = { void force_error() { - rtems_initialize_executive_early( NULL ); + rtems_initialize_data_structures( NULL ); /* we will not run this far */ } -- cgit v1.2.3