summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/start/linkcmds.brs5l
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-03 09:18:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-05 12:56:05 +0200
commit523551ccf66085584ecb1f9685a454f99ab102a9 (patch)
tree179338f4ed8936a33a8877bcba18352269294238 /bsps/powerpc/gen5200/start/linkcmds.brs5l
parentbsps/powerpc: Remove SPE enabled variants (diff)
downloadrtems-523551ccf66085584ecb1f9685a454f99ab102a9.tar.bz2
bsps/powerpc: Remove obsolete BSPs
Update #3951.
Diffstat (limited to 'bsps/powerpc/gen5200/start/linkcmds.brs5l')
-rw-r--r--bsps/powerpc/gen5200/start/linkcmds.brs5l15
1 files changed, 0 insertions, 15 deletions
diff --git a/bsps/powerpc/gen5200/start/linkcmds.brs5l b/bsps/powerpc/gen5200/start/linkcmds.brs5l
deleted file mode 100644
index 58407e5f56..0000000000
--- a/bsps/powerpc/gen5200/start/linkcmds.brs5l
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * @file
- *
- * Linker command file for the BRS5L board.
- */
-
-MEMORY {
- /* For the 4k adjustment see cpuinit.c */
- RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
- ROM : ORIGIN = 0xffe00000, LENGTH = 2M
- DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
- REGS : ORIGIN = 0xf0000000, LENGTH = 64k
-}
-
-INCLUDE linkcmds.gen5200_base