summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen83xx/start/linkcmds')
-rw-r--r--bsps/powerpc/gen83xx/start/linkcmds19
1 files changed, 19 insertions, 0 deletions
diff --git a/bsps/powerpc/gen83xx/start/linkcmds b/bsps/powerpc/gen83xx/start/linkcmds
new file mode 100644
index 0000000000..094fdf51af
--- /dev/null
+++ b/bsps/powerpc/gen83xx/start/linkcmds
@@ -0,0 +1,19 @@
+/**
+ * @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