summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds b/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds
deleted file mode 100644
index d5b4b1e145..0000000000
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds
+++ /dev/null
@@ -1,10 +0,0 @@
-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