summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube b/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube
deleted file mode 100644
index c05d45a852..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * @file
- *
- * Linker command file for the IceCube board.
- */
-
-MEMORY {
- /* For the 4k adjustment see cpuinit.c */
- RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
- ROM : ORIGIN = 0xffe00000, LENGTH = 2M
- REGS : ORIGIN = 0xf0000000, LENGTH = 64k
- DPRAM : ORIGIN = 0x0, LENGTH = 0
-}
-
-INCLUDE linkcmds.gen5200_base