aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld3
1 files changed, 0 insertions, 3 deletions
diff --git a/linker.ld b/linker.ld
index b38bcb7..39edb0d 100644
--- a/linker.ld
+++ b/linker.ld
@@ -27,9 +27,6 @@ SECTIONS {
*(.text.start)
*(.text .text.*)
- . = ALIGN(4);
- *(.stvec .stvec.*)
-
PROVIDE(_text_end = .);
} > ram AT > ram : lo_rx
.rodata : ALIGN(4K) {