From 1d43a976a83f1b815ec07ce00e3db31fbd36aac4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 4 Feb 2020 13:20:26 +0100 Subject: config: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY Canonicalize CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY and use defined/undefined instead of TRUE/FALSE. Close #3862. --- testsuites/sptests/sp54/init.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testsuites') diff --git a/testsuites/sptests/sp54/init.c b/testsuites/sptests/sp54/init.c index cf7f4dbda4..7bedb46497 100644 --- a/testsuites/sptests/sp54/init.c +++ b/testsuites/sptests/sp54/init.c @@ -82,10 +82,9 @@ rtems_initialization_tasks_table Initialization_tasks[1] = #define CONFIGURE_INIT_TASK_STACK_SIZE 0 /* - * Ensure we test the case where memory is zero. Not - * all BSPs will set this to TRUE by default. + * Ensure we test the case where memory is zero. */ -#define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY TRUE +#define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY #define CONFIGURE_INIT #include -- cgit v1.2.3