summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/startup/linkcmds.leon2
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/startup/linkcmds.leon2')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/startup/linkcmds.leon229
1 files changed, 0 insertions, 29 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/startup/linkcmds.leon2 b/c/src/lib/libbsp/sparc/leon2/startup/linkcmds.leon2
deleted file mode 100644
index f1c7b9ce3e..0000000000
--- a/c/src/lib/libbsp/sparc/leon2/startup/linkcmds.leon2
+++ /dev/null
@@ -1,29 +0,0 @@
-/* linkcmds
- */
-
-/* Default values, can be overridden */
-
-_PROM_SIZE = DEFINED (_PROM_SIZE) ? _PROM_SIZE : 2M;
-_PROM_START = DEFINED (_PROM_START) ? _PROM_START : 0x00000000;
-
-_RAM_SIZE = DEFINED (_RAM_SIZE) ? _RAM_SIZE : 4M;
-_RAM_START = DEFINED (_RAM_START) ? _RAM_START : 0x40000000;
-
-/*
- * Base address of the on-CPU peripherals
- */
-
-_LEON_REG = 0x80000000;
-LEON_REG = _LEON_REG;
-
-/* these are the maximum values */
-
-MEMORY
-{
- rom : ORIGIN = 0x00000000, LENGTH = 256M
- ram : ORIGIN = 0x40000000, LENGTH = 1024M
-}
-
-ENTRY(start)
-
-INCLUDE linkcmds.base