summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:03:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:03:24 +0000
commit7b18d2f797a25cbf8f5d69499ef7e9f111ac19f0 (patch)
treefbe18d0d0086a65fea4d298eb81450df6dd0d546 /c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
parent2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7b18d2f797a25cbf8f5d69499ef7e9f111ac19f0.tar.bz2
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, start/start.S, startup/linkcmds: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h. * startup/bspstart.c: Removed.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds14
1 files changed, 9 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
index 3332a7c824..d902798f12 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/linkcmds
@@ -26,17 +26,21 @@
* number used there is not constant. If this happens to you, edit
* the lines marked XXX below to use a constant value.
*/
+
+/*
+ * Declare system clock frequency.
+ */
+_SYS_CLOCK_FREQUENCY = DEFINED(_SYS_CLOCK_FREQUENCY) ?
+ _SYS_CLOCK_FREQUENCY : 54000000;
+
/*
* Declare size of heap.
* A heap size of 0 means "Use all available memory for the heap".
* Initial stack located in on-chip SRAM and not declared there.
*/
_HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0x0;
-
-/*
- * Declare system clock frequency.
- */
-_SYS_CLOCK_FREQUENCY = DEFINED(_SYS_CLOCK_FREQUENCY) ? _SYS_CLOCK_FREQUENCY : 54000000;
+_RamBase = DEFINED(_RamBase) ? _RamBase : 0x30000000;
+_RamSize = DEFINED(_RamSize) ? _RamSize : 0x00100000;
/*
* Setup the memory map of the MCF5206eLITE evaluation board