summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorGoetz Pfeiffer <Goetz.Pfeiffer@helmholtz-berlin.de>2019-04-03 11:34:53 +0200
committerChris Johns <chrisj@rtems.org>2019-04-04 10:27:33 +1100
commita2aec0b72dc06cbe085168518c505276cdf44da0 (patch)
tree8195c09e95e9d744cf97fcec715606570102cd70 /bsps
parentdoxygen: bsps: Added remaining Sparc64 groups (diff)
downloadrtems-a2aec0b72dc06cbe085168518c505276cdf44da0.tar.bz2
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.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/beatnik/start/linkcmds2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/powerpc/beatnik/start/linkcmds b/bsps/powerpc/beatnik/start/linkcmds
index b30fb91277..b1d385716a 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