Set the small data section size to max. for mvme5500 and mvme2100 BSPs

Closes #3728
This commit is contained in:
Chris Johns
2019-03-30 09:58:31 +11:00
parent cbfc341560
commit 294c6f46a6
2 changed files with 4 additions and 0 deletions

View File

@@ -3,4 +3,6 @@ STARTUP(start.o)
ENTRY(__rtems_entry_point)
EXTERN(_vectors)
bsp_section_small_data_area_size = 65536;
INCLUDE linkcmds.share

View File

@@ -2,4 +2,6 @@ STARTUP(mvme5500start.o)
ENTRY(__rtems_entry_point)
EXTERN(__vectors)
bsp_section_small_data_area_size = 65536;
INCLUDE linkcmds.share