summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb')
-rw-r--r--bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb10
1 files changed, 10 insertions, 0 deletions
diff --git a/bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb b/bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb
new file mode 100644
index 0000000000..717b3b4866
--- /dev/null
+++ b/bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb
@@ -0,0 +1,10 @@
+MEMORY {
+ RESCONF : ORIGIN = 0x0, LENGTH = 0x100
+ VECTORS : ORIGIN = 0x100, LENGTH = 0x10000 - 0x100
+ WORK : ORIGIN = 0x10000, LENGTH = 128M - 0x10000
+ ROM : ORIGIN = 0xfe000000, LENGTH = 8M
+}
+
+REGION_ALIAS ("START", WORK);
+
+INCLUDE linkcmds.mpc83xx