bsp/lpc32xx: Fix memory map

Fixes bug introduced with f0c564c5ae.

close #2218
This commit is contained in:
Sebastian Huber
2014-12-15 07:40:04 +01:00
parent 3cd3a260a6
commit 3acc6196a4

View File

@@ -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;