summaryrefslogtreecommitdiffstats
path: root/bsps/arm/gdbarmsim
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-13 14:22:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 06:06:30 +0100
commit07e2eacf8977121ef342e2d3c323ea6c997307b8 (patch)
tree9a10ef1b299a6d4250b3582e2d8a6349e562b0ed /bsps/arm/gdbarmsim
parentstackchk: Add RTEMS_SYSINIT_ISR_STACK (diff)
downloadrtems-07e2eacf8977121ef342e2d3c323ea6c997307b8.tar.bz2
bsps: Remove uses of BSP_GET_WORK_AREA_DEBUG
The code covered by BSP_GET_WORK_AREA_DEBUG was basically dead code since there was no normal way to activate it (e.g. via a BSP configuration option). A follow up patch will bring back this feature through a CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION configuration option. Update #3838.
Diffstat (limited to 'bsps/arm/gdbarmsim')
-rw-r--r--bsps/arm/gdbarmsim/include/bsp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bsps/arm/gdbarmsim/include/bsp.h b/bsps/arm/gdbarmsim/include/bsp.h
index b880cd793a..d70be07373 100644
--- a/bsps/arm/gdbarmsim/include/bsp.h
+++ b/bsps/arm/gdbarmsim/include/bsp.h
@@ -39,8 +39,6 @@
extern "C" {
#endif
-//#define BSP_GET_WORK_AREA_DEBUG 1
-
/**
* @brief Support for simulated clock tick
*/