diff options
author | Himbeer <himbeer@disroot.org> | 2024-05-03 19:39:48 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-05-03 19:39:48 +0200 |
commit | e90bb5f463e8f1fd69544f8ad1693f973160ba16 (patch) | |
tree | 955b06fb58fc55ca8ab097449f434d7e0cd7bfd8 /linker.ld | |
parent | 1f515115090e52e6f07f65d64117dfff949c91b5 (diff) |
Enable interrupts
Diffstat (limited to 'linker.ld')
-rw-r--r-- | linker.ld | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ SECTIONS { *(.text.start) *(.text .text.*) - . = ALIGN(4); - *(.stvec .stvec.*) - PROVIDE(_text_end = .); } > ram AT > ram : lo_rx .rodata : ALIGN(4K) { |