[PATCH 1/3] rtems/confdefs.h add another initial extension set
Joel Sherrill
joel at rtems.org
Thu Oct 3 22:08:11 UTC 2019
This adds back the capability for the BSP to configure an
initial extension that is specific to itself. The parameter
BSP_INITIAL_EXTENSION was taken over by having a standard
fatal extension installed using the same name.
---
cpukit/include/rtems/confdefs.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index 5eb5425..e1a255a 100644
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -2136,6 +2136,9 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#if defined(CONFIGURE_INITIAL_EXTENSIONS)
CONFIGURE_INITIAL_EXTENSIONS,
#endif
+ #if defined(BSP_INITIAL2_EXTENSIONS)
+ BSP_INITIAL2_EXTENSIONS,
+ #endif
#if defined(BSP_INITIAL_EXTENSION)
BSP_INITIAL_EXTENSION
#endif
--
1.8.3.1
More information about the devel
mailing list