summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen83xx/start/linkcmds.br_uid
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen83xx/start/linkcmds.br_uid')
-rw-r--r--bsps/powerpc/gen83xx/start/linkcmds.br_uid10
1 files changed, 10 insertions, 0 deletions
diff --git a/bsps/powerpc/gen83xx/start/linkcmds.br_uid b/bsps/powerpc/gen83xx/start/linkcmds.br_uid
new file mode 100644
index 0000000000..3d8c3a154a
--- /dev/null
+++ b/bsps/powerpc/gen83xx/start/linkcmds.br_uid
@@ -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 = 2M
+}
+
+REGION_ALIAS ("START", WORK);
+
+INCLUDE linkcmds.mpc83xx