summaryrefslogtreecommitdiff
path: root/ld_scripts/qemu.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld_scripts/qemu.ld')
-rw-r--r--ld_scripts/qemu.ld8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld_scripts/qemu.ld b/ld_scripts/qemu.ld
new file mode 100644
index 0000000..9339a13
--- /dev/null
+++ b/ld_scripts/qemu.ld
@@ -0,0 +1,8 @@
+/* Linker script for qemu-system-arm -machine lm3s6965evb */
+
+MEMORY {
+ flash (rx) : org = 0x00000000, len = 256k
+ ram (rwx) : org = 0x20000000, len = 64k
+}
+
+INCLUDE "arm_flash_ram.ld"