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