forked from Imagelibrary/rtems
Set the small data section size to max. for mvme5500 and mvme2100 BSPs
Closes #3728
This commit is contained in:
@@ -3,4 +3,6 @@ STARTUP(start.o)
|
|||||||
ENTRY(__rtems_entry_point)
|
ENTRY(__rtems_entry_point)
|
||||||
EXTERN(_vectors)
|
EXTERN(_vectors)
|
||||||
|
|
||||||
|
bsp_section_small_data_area_size = 65536;
|
||||||
|
|
||||||
INCLUDE linkcmds.share
|
INCLUDE linkcmds.share
|
||||||
|
|||||||
@@ -2,4 +2,6 @@ STARTUP(mvme5500start.o)
|
|||||||
ENTRY(__rtems_entry_point)
|
ENTRY(__rtems_entry_point)
|
||||||
EXTERN(__vectors)
|
EXTERN(__vectors)
|
||||||
|
|
||||||
|
bsp_section_small_data_area_size = 65536;
|
||||||
|
|
||||||
INCLUDE linkcmds.share
|
INCLUDE linkcmds.share
|
||||||
|
|||||||
Reference in New Issue
Block a user