From 8054b1c7181b7c36e413ce15b686f99d06f4a7d2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Nov 2015 14:08:56 +0100 Subject: Remove Close #2477. --- c/src/lib/libbsp/shared/bootcard.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'c/src/lib/libbsp/shared/bootcard.c') 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 @@ -107,17 +105,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. -- cgit v1.2.3