summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 33584719..ff0b1b18 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -24,8 +24,8 @@ SECTIONS {
BEGIN_SEG(arm9, 0x2000000)
{
build/asm/secure.o(.text);
+ build/asm/entry.o(.text);
build/asm/main.o(.text);
- build/asm/rom.o(.text);
build/src/sub_02000DF4.o(.text);
build/asm/rom2.o(.text);
}