summaryrefslogtreecommitdiff
path: root/firmware/fw_base.ldS
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fw_base.ldS')
-rw-r--r--firmware/fw_base.ldS2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fw_base.ldS b/firmware/fw_base.ldS
index 0d222da..220c043 100644
--- a/firmware/fw_base.ldS
+++ b/firmware/fw_base.ldS
@@ -8,7 +8,7 @@
*/
. = FW_TEXT_START;
-
+ /* Don't add any section between FW_TEXT_START and _fw_start */
PROVIDE(_fw_start = .);
. = ALIGN(0x1000); /* Need this to create proper sections */