Changeset 3acc619 in rtems
- Timestamp:
- 12/15/14 06:40:04 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- f42d429
- Parents:
- 3cd3a260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/lpc32xx/startup/linkcmds.lpc32xx_mzx_stage_1
r3cd3a260 r3acc619 62 62 lpc32xx_scratch_area = ORIGIN (RAM_SCRATCH); 63 63 64 bsp_stack_svc_size = DEFINED (bsp_stack_svc_size) ? bsp_stack_svc_size : 7 296;64 bsp_stack_svc_size = DEFINED (bsp_stack_svc_size) ? bsp_stack_svc_size : 7168; 65 65 66 66 bsp_vector_table_in_start_section = 1;
Note: See TracChangeset
for help on using the changeset viewer.