[rtems commit] bsp/lpc32xx: Fix memory map

Sebastian Huber sebh at rtems.org
Mon Dec 15 06:41:50 UTC 2014


Module:    rtems
Branch:    master
Commit:    3acc6196a4513a2e1df75092be9c60dbbb82ff8e
Changeset: http://git.rtems.org/rtems/commit/?id=3acc6196a4513a2e1df75092be9c60dbbb82ff8e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Dec 15 07:40:04 2014 +0100

bsp/lpc32xx: Fix memory map

Fixes bug introduced with f0c564c5ae36da20b1543ae9db9e8fe9644a81c8.

close #2218

---

 c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx_mzx_stage_1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0f944b2..eae076e 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;
 




More information about the vc mailing list