summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-15 14:16:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 07:18:36 +0100
commitf45d0b2f8e8037189ee4816628e2c0e13dfb50d6 (patch)
tree660bdefbce7a64b3fdb9520c748e14f09e41d086 /cpukit/include/rtems/confdefs.h
parentconfig: Add <rtems/confdefs/libpci.h> (diff)
downloadrtems-f45d0b2f8e8037189ee4816628e2c0e13dfb50d6.tar.bz2
config: Add <rtems/confdefs/bsp.h>
Remove all comments and copyrightable content from the moved content. Use BSD-2-Clause license for new file. Update #3053. Update #3875.
Diffstat (limited to 'cpukit/include/rtems/confdefs.h')
-rw-r--r--cpukit/include/rtems/confdefs.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index b2a10902e4..eca210190c 100644
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -51,23 +51,11 @@
#include <rtems/posix/shm.h>
#include <rtems/posix/timer.h>
#include <rtems/confdefs/obsolete.h>
+#include <rtems/confdefs/bsp.h>
#include <rtems/confdefs/libpci.h>
#include <limits.h>
-#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
- #undef BSP_INTERRUPT_STACK_SIZE
- #undef BSP_MAXIMUM_DEVICES
- #undef CONFIGURE_BSP_PREREQUISITE_DRIVERS
- #undef CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
-#else
- #include <bsp.h>
-#endif
-
#ifdef RTEMS_NEWLIB
#include <sys/reent.h>
#endif