summaryrefslogtreecommitdiff
path: root/ld_script_modern.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ld_script_modern.txt')
-rw-r--r--ld_script_modern.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script_modern.txt b/ld_script_modern.txt
index c5c711bfd..ac62abe27 100644
--- a/ld_script_modern.txt
+++ b/ld_script_modern.txt
@@ -47,7 +47,7 @@ SECTIONS {
.text :
ALIGN(4)
{
- src/crt0.o(.text*);
+ src/rom_header.o(.text*);
src/*.o(.text*);
gflib/*.o(.text*);
asm/*.o(.text*);