summaryrefslogtreecommitdiff
path: root/main.ld
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2016-08-19 01:54:24 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2016-08-19 01:54:24 +0200
commit16289c720a0f63d636faaaf4d4432496a8aa4231 (patch)
tree6d71538883d173e5185aae25234be0a3d23eab77 /main.ld
parent2eb61cda770ca48068daeeee83917f023d8a6110 (diff)
Ported bootloader from arcin.
Diffstat (limited to 'main.ld')
-rw-r--r--main.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.ld b/main.ld
new file mode 100644
index 0000000..92c253c
--- /dev/null
+++ b/main.ld
@@ -0,0 +1,6 @@
+MEMORY {
+ flash (rx) : org = 0x08002000, len = 56k
+ ram (rwx) : org = 0x20000000, len = 8k
+}
+
+INCLUDE "arm_flash_ram.ld"