[rtems commit] bsp/gen83xx: Remove obsolete linker command file

Sebastian Huber sebh at rtems.org
Mon Nov 25 10:45:28 UTC 2019


Module:    rtems
Branch:    master
Commit:    3e9f5a55ad361fa0a96eb067ff1e92dd2c6780fe
Changeset: http://git.rtems.org/rtems/commit/?id=3e9f5a55ad361fa0a96eb067ff1e92dd2c6780fe

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov 21 09:46:56 2019 +0100

bsp/gen83xx: Remove obsolete linker command file

Update #3818.

---

 bsps/powerpc/gen83xx/start/linkcmds | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/bsps/powerpc/gen83xx/start/linkcmds b/bsps/powerpc/gen83xx/start/linkcmds
deleted file mode 100644
index 094fdf5..0000000
--- a/bsps/powerpc/gen83xx/start/linkcmds
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * @file 
- *
- * Default linker script -- copy of linkcmds.mpc8313erdb
- * for MPC8313E Reference Design Board.
- *
- * This exists simply for consistency so autoconf tests will
- * be able to compile against this BSP.
- */
-
-EXTERN (__vectors)
-
-MEMORY {
-	RAM : ORIGIN = 0x0, LENGTH = 128M
-	ROM : ORIGIN = 0xfe000000, LENGTH = 8M
-	MPC83XX_REGS : ORIGIN = 0xe0000000, LENGTH = 256k
-}
-
-INCLUDE linkcmds.base



More information about the vc mailing list