summaryrefslogtreecommitdiff
path: root/firmware/target/arm/olympus/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/olympus/boot.lds')
-rw-r--r--firmware/target/arm/olympus/boot.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/olympus/boot.lds b/firmware/target/arm/olympus/boot.lds
index 95a1c873db..d59f117e39 100644
--- a/firmware/target/arm/olympus/boot.lds
+++ b/firmware/target/arm/olympus/boot.lds
@@ -57,6 +57,7 @@ SECTIONS
_edata = .;
*(.bss*);
*(.ibss);
+ *(COMMON)
*(.ncbss*);
_end = .;
} > DRAM