diff options
Diffstat (limited to 'firmware/target/arm/as3525/boot.lds')
-rw-r--r-- | firmware/target/arm/as3525/boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/boot.lds b/firmware/target/arm/as3525/boot.lds index eb977a1023..7a13d67a43 100644 --- a/firmware/target/arm/as3525/boot.lds +++ b/firmware/target/arm/as3525/boot.lds @@ -51,6 +51,7 @@ SECTIONS _edata = .; *(.bss*); *(.ibss); + *(COMMON) *(.ncbss*); _end = .; } > IRAM |