[PATCH] config: Remove BSP_DEFAULT_UNIFIED_WORK_AREAS

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Mar 30 08:30:53 UTC 2020


Do not undefine this unused BSP configuration option.
---
 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
-- 
2.16.4



More information about the devel mailing list