summaryrefslogtreecommitdiff
path: root/firmware/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/boot.lds')
-rw-r--r--firmware/boot.lds4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/boot.lds b/firmware/boot.lds
index 8e6f39a2c8..dcc92deb8e 100644
--- a/firmware/boot.lds
+++ b/firmware/boot.lds
@@ -164,6 +164,7 @@ SECTIONS
_edata = .;
*(.bss*);
*(.ibss);
+ *(COMMON)
_end = .;
}
}
@@ -214,9 +215,10 @@ SECTIONS
_edata = .;
*(.bss*);
*(.ibss);
+ *(COMMON)
_end = .;
}>DRAM
-
+
.vectors 0x0 :
{
loadaddress = .;