[rtems commit] Set the small data section size to max. for beatnik BSPs.

Chris Johns chrisj at rtems.org
Wed Apr 3 23:30:16 UTC 2019


Module:    rtems
Branch:    master
Commit:    a2aec0b72dc06cbe085168518c505276cdf44da0
Changeset: http://git.rtems.org/rtems/commit/?id=a2aec0b72dc06cbe085168518c505276cdf44da0

Author:    Goetz Pfeiffer <Goetz.Pfeiffer at helmholtz-berlin.de>
Date:      Wed Apr  3 11:34:53 2019 +0200

Set the small data section size to max. for beatnik BSPs.

This applies changes similar to patch 294c6f46a6 to the beatnik BSP.
This is a board support for the mvme5500 and mvme6100 CPU.

---

 bsps/powerpc/beatnik/start/linkcmds | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsps/powerpc/beatnik/start/linkcmds b/bsps/powerpc/beatnik/start/linkcmds
index b30fb91..b1d3857 100644
--- a/bsps/powerpc/beatnik/start/linkcmds
+++ b/bsps/powerpc/beatnik/start/linkcmds
@@ -2,4 +2,6 @@ STARTUP(motld_start.o)
 ENTRY(__rtems_entry_point)
 EXTERN(__vectors)
 
+bsp_section_small_data_area_size = 65536;
+
 INCLUDE linkcmds.share



More information about the vc mailing list