aboutsummaryrefslogtreecommitdiff
path: root/src/rombios.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/rombios.lds.S')
-rw-r--r--src/rombios.lds.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/rombios.lds.S b/src/rombios.lds.S
index 56bf643..c17d0f0 100644
--- a/src/rombios.lds.S
+++ b/src/rombios.lds.S
@@ -17,10 +17,6 @@ SECTIONS
. = code16_start ;
final_code16_start = . ;
*(.text16)
-
- . = code16_fixed_start ;
- final_code16_fixed_start = . ;
- *(.text16.fixed.addr)
}
- /DISCARD/ : { *(.discard.var16) }
+ /DISCARD/ : { *(.discard*) }
}