aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/program.ld3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/program.ld b/src/lib/program.ld
index 94ba409ced..d419ab60b1 100644
--- a/src/lib/program.ld
+++ b/src/lib/program.ld
@@ -15,9 +15,6 @@
_text = .;
*(.text._start);
*(.text.stage_entry);
-#if !ENV_X86 && (ENV_DECOMPRESSOR || ENV_BOOTBLOCK && !CONFIG(COMPRESS_BOOTBLOCK))
- KEEP(*(.id));
-#endif
KEEP(*(.metadata_hash_anchor));
*(.text);
*(.text.*);