forked from Imagelibrary/rtems
bsp/lpc32xx: Fix memory map
Fixes bug introduced with f0c564c5ae.
close #2218
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user