summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-11-03 20:36:46 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-11-03 20:36:46 +0000
commit4df8765484f8eb36a8bc92d4f514e81b48de6cae (patch)
tree4f0358182dbc23925616435aa08ad7c93f94b4ac /c
parent2008-11-03 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4df8765484f8eb36a8bc92d4f514e81b48de6cae.tar.bz2
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/linkcmds: increased size of CODE memory area.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds b/c/src/lib/libbsp/powerpc/shared/startup/linkcmds
index 02e475e8d7..5ee50ca583 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/shared/startup/linkcmds
@@ -7,7 +7,7 @@ ENTRY(_start)
PROVIDE (__stack = 0);
MEMORY {
VECTORS : ORIGIN = 0x0 , LENGTH = 0x3000
- CODE : ORIGIN = 0x3000 , LENGTH = 0x400000
+ CODE : ORIGIN = 0x3000 , LENGTH = 32M - 0x3000
}
SECTIONS
{