summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index 0ee5e12cd0..eeb5746fca 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -18,8 +18,6 @@
* + allocate memory to C Program Heap
* + initialize C Library and C Program Heap
* + bsp_pretasking_hook
- * + if defined( RTEMS_DEBUG )
- * - rtems_debug_enable( RTEMS_DEBUG_ALL_MASK );
* + rtems_initialize_before_drivers
* + bsp_predriver_hook
* + rtems_initialize_device_drivers
@@ -108,17 +106,6 @@ void boot_card(
bsp_pretasking_hook();
/*
- * If debug is enabled, then enable all dynamic RTEMS debug
- * capabilities.
- *
- * NOTE: Most debug features are conditionally compiled in
- * or enabled via configure time plugins.
- */
- #ifdef RTEMS_DEBUG
- rtems_debug_enable( RTEMS_DEBUG_ALL_MASK );
- #endif
-
- /*
* Let RTEMS perform initialization it requires before drivers
* are allowed to be initialized.
*/