summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/rom.lds8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/rom.lds b/firmware/rom.lds
index 632a69ed9e..8781873f45 100644
--- a/firmware/rom.lds
+++ b/firmware/rom.lds
@@ -40,6 +40,14 @@ MEMORY
40} 40}
41SECTIONS 41SECTIONS
42{ 42{
43 .flashheader :
44 {
45 /* place flash link address first, so the plugin can check */
46 LONG(FLASHORIG);
47 /* followed by the start address, the first vector takes care of this. */
48 /* If we ever place the table elsewhere, put a constant here. */
49 } > FLASH
50
43 .vectors : 51 .vectors :
44 { 52 {
45 _datacopy = .; 53 _datacopy = .;