From 5608e899c2d205baed2d37f0d951cc858c21aa17 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 Mar 2020 10:30:06 +0200 Subject: config: Remove BSP_DEFAULT_UNIFIED_WORK_AREAS Do not undefine this unused BSP configuration option. This is a follow up of commit 92b33b8d09377feb14eb5a831ce242047c58d02b. --- cpukit/include/rtems/confdefs/bsp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/include/rtems/confdefs/bsp.h b/cpukit/include/rtems/confdefs/bsp.h index 7237c03522..a9a32348d6 100644 --- a/cpukit/include/rtems/confdefs/bsp.h +++ b/cpukit/include/rtems/confdefs/bsp.h @@ -43,7 +43,6 @@ #ifdef CONFIGURE_INIT #ifdef CONFIGURE_DISABLE_BSP_SETTINGS - #undef BSP_DEFAULT_UNIFIED_WORK_AREAS #undef BSP_IDLE_TASK_BODY #undef BSP_IDLE_TASK_STACK_SIZE #undef BSP_INITIAL_EXTENSION -- cgit v1.2.3