summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme147/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/linkcmds30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds b/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
deleted file mode 100644
index 6603a438f1..0000000000
--- a/c/src/lib/libbsp/m68k/mvme147/startup/linkcmds
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * This file contains directives for the GNU linker which are specific
- * to the Motorola MVME147 boards.
- */
-
-/*
- * COPYRIGHT (c) 1989-2007,2016.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- *
- * MVME147 port for TNI - Telecom Bretagne
- * by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
- * May 1996
- */
-
-MEMORY
-{
- bootrom_reserved : ORIGIN = 0x00000000, LENGTH = 0x5000
- ram : ORIGIN = 0x00005000, LENGTH = 4M - 0x5000
-}
-
-REGION_ALIAS ("REGION_TEXT", ram);
-REGION_ALIAS ("REGION_TEXT_LOAD", ram);
-REGION_ALIAS ("REGION_DATA", ram);
-REGION_ALIAS ("REGION_DATA_LOAD", ram);
-
-INCLUDE linkcmds.base