summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2007-03-16 08:26:52 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2007-03-16 08:26:52 +0000
commit82102a0f99ad1dd1295680b4385b703acf86e4af (patch)
treeb483775d6364cf576cb332f66464a80b96860828 /c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
parent2007-03-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-82102a0f99ad1dd1295680b4385b703acf86e4af.tar.bz2
* startup/bspstart.c: set external clock to 0 for some boards to
match the "auto clock detection" scheme in the libcpu clock driver * startup/linkcmds: remove content of dpram section to avoid download hangs with the EPPCBug board monitor
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds b/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
index abceca3fec..d16b4a611d 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
@@ -277,7 +277,7 @@ SECTIONS
{
m8xx = .;
_m8xx = .;
- . += (16 * 1024);
+ /* . += (16 * 1024); this makes the mbx loader crash */
} >immr
/* Stabs debugging sections. */