summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/locked/ld-locked.script
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/locked/ld-locked.script')
-rw-r--r--nuttx/configs/ea3131/locked/ld-locked.script7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/configs/ea3131/locked/ld-locked.script b/nuttx/configs/ea3131/locked/ld-locked.script
index f89d8549f..5b5feeb1a 100644
--- a/nuttx/configs/ea3131/locked/ld-locked.script
+++ b/nuttx/configs/ea3131/locked/ld-locked.script
@@ -37,8 +37,7 @@ INCLUDE ld-locked.inc
OUTPUT_ARCH(arm)
SECTIONS
{
- .locked : {
- *(.vectors)
- *(.text .text.*)
- }
+ .text.locked : { *(.text .text.*) }
+ .data : { *(.data) }
+ .bss : { *(.bss) *(COMMON) }
} \ No newline at end of file