summaryrefslogtreecommitdiff
path: root/arm7/arm7.lcf
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/arm7.lcf')
-rw-r--r--arm7/arm7.lcf4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm7/arm7.lcf b/arm7/arm7.lcf
index 9a1b8879..0a861ce6 100644
--- a/arm7/arm7.lcf
+++ b/arm7/arm7.lcf
@@ -21,7 +21,7 @@ SECTIONS {
SDK_AUTOLOAD_START = .;
.itcm : AT (0x1b0) {
- arm7_rom.o (.itcm)
+ itcm.o (.text)
} > .itcm
.dtcm : AT (0x28C) {
@@ -32,7 +32,7 @@ SECTIONS {
} > .dtcm
.ewram : AT (0xF998) {
- arm7_rom.o (.ewram)
+ ext.o (.text)
} > .ewram
.autoload : AT (0x292F8) {