summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-15 07:40:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-15 07:40:04 +0100
commit3acc6196a4513a2e1df75092be9c60dbbb82ff8e (patch)
tree2b45ff9358a692ddcfacc0977436d5910850d500
parentbsp/mpc8xx: Fix warnings (diff)
downloadrtems-3acc6196a4513a2e1df75092be9c60dbbb82ff8e.tar.bz2
bsp/lpc32xx: Fix memory map
Fixes bug introduced with f0c564c5ae36da20b1543ae9db9e8fe9644a81c8. close #2218
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx_mzx_stage_12
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx_mzx_stage_1 b/c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx_mzx_stage_1
index 0f944b2b7c..eae076e235 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx_mzx_stage_1
+++ b/c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx_mzx_stage_1
@@ -61,7 +61,7 @@ REGION_ALIAS ("REGION_NOCACHE_LOAD", RAM_INT);
lpc32xx_scratch_area = ORIGIN (RAM_SCRATCH);
-bsp_stack_svc_size = DEFINED (bsp_stack_svc_size) ? bsp_stack_svc_size : 7296;
+bsp_stack_svc_size = DEFINED (bsp_stack_svc_size) ? bsp_stack_svc_size : 7168;
bsp_vector_table_in_start_section = 1;