aboutsummaryrefslogtreecommitdiffstats
path: root/src/rombios16.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/rombios16.lds.S')
-rw-r--r--src/rombios16.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rombios16.lds.S b/src/rombios16.lds.S
index f6998169..32ac884a 100644
--- a/src/rombios16.lds.S
+++ b/src/rombios16.lds.S
@@ -19,7 +19,7 @@ SECTIONS
*(.rodata.*)
*(.data)
bios16c_end = .;
- . = CONFIG_START_FIXED;
+ . = BUILD_START_FIXED;
*(.text.fixed.addr)
}