summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-11-15 22:37:19 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-11-15 22:37:19 +0000
commit1a1c3fb565519644efac641b2ce88004ff48429a (patch)
treedeebf840d03f051f7ca4d0145a192ec16e4a3c1b /c/src/lib/libbsp/powerpc/psim/startup/linkcmds
parent2009-11-15 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-1a1c3fb565519644efac641b2ce88004ff48429a.tar.bz2
2009-11-15 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: use normal get_ppc_cpu_type() for determining PPC flavor. This causes the appropriate 'feature' bits to be set and should work as long as the PVR is set to 0xfffe0000 in the device tree. * startup/linkcmds: increased RAM_SIZE to 32M.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/startup/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
index 23bfb4139e..b10cc466e5 100644
--- a/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/psim/startup/linkcmds
@@ -214,7 +214,7 @@ _SDA_BASE_ = __SDATA_START__ + 0x8000;
_edata = .;
PROVIDE (edata = .);
- PROVIDE (RAM_END = 8M);
+ PROVIDE (RAM_END = 32M);
.sbss :
{
PROVIDE (__sbss_start = .);