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:27:21 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2007-03-16 08:27:21 +0000
commit9455004dd9e6ff63cc42b662cb6ec20f4501be03 (patch)
tree2141424777ac270c4aec15fcf8d26777999a63c3 /c/src/lib/libbsp/powerpc/mbx8xx/startup/linkcmds
parent2007-03-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9455004dd9e6ff63cc42b662cb6ec20f4501be03.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 '')
-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. */