From 95c19211d13e04cbef0b13e826677a1dbf570563 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 21 Jan 2019 09:17:05 +0100 Subject: bsps/arm: Remove unused bsp_stack_irq_size Update #3459. --- bsps/arm/lpc32xx/start/linkcmds.lpc32xx_mzx | 1 - bsps/arm/lpc32xx/start/linkcmds.lpc32xx_phycore | 1 - 2 files changed, 2 deletions(-) (limited to 'bsps/arm/lpc32xx') 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; -- cgit v1.2.3