aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ramstage.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ramstage.ld')
-rw-r--r--src/lib/ramstage.ld8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ramstage.ld b/src/lib/ramstage.ld
index 432df40da6..b224827590 100644
--- a/src/lib/ramstage.ld
+++ b/src/lib/ramstage.ld
@@ -53,12 +53,12 @@
/* If any changes are made to the driver start/symbols or the
* section names the equivalent changes need to made to
* rmodule.ld. */
- pci_drivers = . ;
+ _pci_drivers = . ;
KEEP(*(.rodata.pci_driver));
- epci_drivers = . ;
- cpu_drivers = . ;
+ _epci_drivers = . ;
+ _cpu_drivers = . ;
KEEP(*(.rodata.cpu_driver));
- ecpu_drivers = . ;
+ _ecpu_drivers = . ;
_bs_init_begin = .;
KEEP(*(.bs_init));
LONG(0);