summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-23 18:35:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-23 18:35:41 +0000
commit98bcbda39d69a1034a7ad44526a702bbb3b35b0c (patch)
treee6f346a97e4b8717b7ec93ad2025086be34694c5 /c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
parentUpdate from Eric Norum: (diff)
downloadrtems-98bcbda39d69a1034a7ad44526a702bbb3b35b0c.tar.bz2
Patches from Eric Norum:
Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/linkcmds15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
index 938281ca46..132eafa35d 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
@@ -17,15 +17,11 @@
* number used there is not constant. If this happens to you, edit
* the lines marked XXX below to use a constant value.
*/
-RamSize = DEFINED(RamSize) ? RamSize : 4M;
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x10000;
StackSize = DEFINED(StackSize) ? StackSize : 0x1000;
/*
* Declare on-board memory.
- * It would be nice if the ram length could be given as
- * LENGTH=RamSize, but gld doesn't allow non-constant
- * values in the LENGTH expression.
*/
MEMORY {
ram : ORIGIN = 0x00000000, LENGTH = 64M
@@ -34,20 +30,9 @@ MEMORY {
}
/*
- * Declare low-order three octets of Ethernet address.
- */
-ETHERNET_ADDRESS = DEFINED(ETHERNET_ADDRESS) ? ETHERNET_ADDRESS : 0xDEAD12;
-
-/*
* Load objects
*/
SECTIONS {
- /*
- * Hardware variations
- */
- _RamSize = RamSize;
- __RamSize = RamSize;
-
/*
* Boot PROM
*/