aboutsummaryrefslogtreecommitdiff
path: root/src/lib/program.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/program.ld')
-rw-r--r--src/lib/program.ld6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/program.ld b/src/lib/program.ld
index 734f040fcd..17aa3db72c 100644
--- a/src/lib/program.ld
+++ b/src/lib/program.ld
@@ -13,12 +13,6 @@
.text . : {
_program = .;
_text = .;
- /*
- * The .rom.* sections are to acommodate x86 romstage. romcc as well
- * as the assembly files put their text and data in these sections.
- */
- *(.rom.text);
- *(.rom.data);
*(.text._start);
*(.text.stage_entry);
#if (ENV_DECOMPRESSOR || ENV_BOOTBLOCK && \