mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Update the ldscript, to declare pci_drivers && epci_drivers
This commit is contained in:
parent
58bbe2161c
commit
36eda040d4
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ SECTIONS
|
||||||
streams = . ;
|
streams = . ;
|
||||||
*(.rodata.streams)
|
*(.rodata.streams)
|
||||||
estreams = .;
|
estreams = .;
|
||||||
|
. = ALIGN(4);
|
||||||
|
pci_drivers = . ;
|
||||||
|
*(.rodata.pci_drivers)
|
||||||
|
epci_drivers = . ;
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.rodata.*)
|
*(.rodata.*)
|
||||||
_erodata = .;
|
_erodata = .;
|
||||||
|
|
Loading…
Add table
Reference in a new issue