forked from Imagelibrary/rtems
testsuites: Remove BSP_SMALL_MEMORY
This commit is contained in:
@@ -41,8 +41,6 @@ rtems_task Init(rtems_task_argument argument);
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
#if !BSP_SMALL_MEMORY
|
||||
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#include <rtems/error.h>
|
||||
#include <stdio.h>
|
||||
@@ -286,14 +284,3 @@ Init (rtems_task_argument ignored)
|
||||
rtems_test_end();
|
||||
exit( 0 );
|
||||
}
|
||||
#else
|
||||
#include <stdio.h>
|
||||
/*
|
||||
* RTEMS Startup Task
|
||||
*/
|
||||
rtems_task
|
||||
Init (rtems_task_argument ignored)
|
||||
{
|
||||
printf("NO NETWORKING. MEMORY TOO SMALL");
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user