2001-03-28 Joel Sherrill <joel@OARcorp.com>

* Side-effect of PR132.
	* sp21/system.h: Now must explicitly request NULL driver.
This commit is contained in:
Joel Sherrill
2002-03-28 19:30:51 +00:00
parent afe5cac98d
commit 0a32a213de
6 changed files with 12 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
2001-03-28 Joel Sherrill <joel@OARcorp.com>
* Side-effect of PR132.
* sp21/system.h: Now must explicitly request NULL driver.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -30,6 +30,7 @@ rtems_task Task_1(
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_NULL_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 2

View File

@@ -443,11 +443,6 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
uninitialized += (sizeof _CPU_Trap_Table_area);
#endif
#ifdef erc32
uninitialized += (sizeof _ERC32_MEC_Timer_Control_Mirror);
#endif
#endif