summaryrefslogtreecommitdiff
path: root/src/lib/ramstage.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ramstage.ld')
-rw-r--r--src/lib/ramstage.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ramstage.ld b/src/lib/ramstage.ld
index 138f30eb43..30b18a7bea 100644
--- a/src/lib/ramstage.ld
+++ b/src/lib/ramstage.ld
@@ -53,10 +53,6 @@
/* If any changes are made to the driver start/symbols or the
* section names the equivalent changes need to made to
* rmodule.ld. */
- console_drivers = .;
- KEEP(*(.rodata.console_drivers));
- econsole_drivers = . ;
- . = ALIGN(8);
pci_drivers = . ;
KEEP(*(.rodata.pci_driver));
epci_drivers = . ;