summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc32xx
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-21 09:17:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-21 09:17:51 +0100
commit95c19211d13e04cbef0b13e826677a1dbf570563 (patch)
tree18984bb75a0f85a88eb122e19114dda9a3b401dc /bsps/arm/lpc32xx
parentscore: Remove unused _ISR_lock_Flash() (diff)
downloadrtems-95c19211d13e04cbef0b13e826677a1dbf570563.tar.bz2
bsps/arm: Remove unused bsp_stack_irq_size
Update #3459.
Diffstat (limited to 'bsps/arm/lpc32xx')
-rw-r--r--bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx1
-rw-r--r--bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore1
2 files changed, 0 insertions, 2 deletions
diff --git a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx
index 127a82f79a..cf388dfbba 100644
--- a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx
+++ b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx
@@ -61,7 +61,6 @@ REGION_ALIAS ("REGION_NOCACHE_LOAD", RAM_INT);
lpc32xx_scratch_area = ORIGIN (RAM_SCRATCH);
-bsp_stack_irq_size = DEFINED (bsp_stack_irq_size) ? bsp_stack_irq_size : 4096;
bsp_stack_abt_size = DEFINED (bsp_stack_abt_size) ? bsp_stack_abt_size : 1024;
bsp_section_rwbarrier_align = DEFINED (bsp_section_rwbarrier_align) ? bsp_section_rwbarrier_align : 1M;
diff --git a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore
index d874c46152..b79447f98d 100644
--- a/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore
+++ b/bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore
@@ -60,7 +60,6 @@ REGION_ALIAS ("REGION_STACK", RAM_INT);
REGION_ALIAS ("REGION_NOCACHE", RAM_INT);
REGION_ALIAS ("REGION_NOCACHE_LOAD", RAM_INT);
-bsp_stack_irq_size = DEFINED (bsp_stack_irq_size) ? bsp_stack_irq_size : 4096;
bsp_stack_abt_size = DEFINED (bsp_stack_abt_size) ? bsp_stack_abt_size : 1024;
bsp_section_rwbarrier_align = DEFINED (bsp_section_rwbarrier_align) ? bsp_section_rwbarrier_align : 1M;