summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-12 21:43:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-12 21:43:03 +0000
commitec5916d7ae9e82e63af266652e284df6a9479fc7 (patch)
tree39dbbabc1d936e3b23f329b322621a27b8d8df73 /c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
parent2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ec5916d7ae9e82e63af266652e284df6a9479fc7.tar.bz2
2008-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am: Add dummy linkcmds so autoconf tests work on installed BSP. * startup/linkcmds: New file.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds18
1 files changed, 18 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds b/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
new file mode 100644
index 0000000000..5f680246a2
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
@@ -0,0 +1,18 @@
+/**
+ * @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.
+ */
+
+MEMORY {
+ RAM : ORIGIN = 0x0, LENGTH = 128M
+ ROM : ORIGIN = 0xfe000000, LENGTH = 8M
+ MPC83XX_REGS : ORIGIN = 0xe0000000, LENGTH = 256k
+ NIRVANA : ORIGIN = 0x0, LENGTH = 0
+}
+
+INCLUDE linkcmds.base