summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl05/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl05/init.c')
-rw-r--r--testsuites/libtests/dl05/init.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuites/libtests/dl05/init.c b/testsuites/libtests/dl05/init.c
index 028aae6039..dd2150d2a6 100644
--- a/testsuites/libtests/dl05/init.c
+++ b/testsuites/libtests/dl05/init.c
@@ -69,10 +69,6 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_MAXIMUM_TASKS 1
-#define CONFIGURE_MINIMUM_TASK_STACK_SIZE (32U * 1024U)
-
-#define CONFIGURE_EXTRA_TASK_STACKS (64 * 1024)
-
#define CONFIGURE_MAXIMUM_POSIX_KEYS 2
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
@@ -81,6 +77,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_STACK_SIZE (32U * 1024U)
+
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_INIT