diff --git a/litex/soc/software/bios/linker.ld b/litex/soc/software/bios/linker.ld index ee88f2e6d..a29eb4901 100644 --- a/litex/soc/software/bios/linker.ld +++ b/litex/soc/software/bios/linker.ld @@ -24,6 +24,7 @@ SECTIONS _frodata = .; *(.rodata .rodata.* .gnu.linkonce.r.*) *(.rodata1) + *(.got .got.*) /* Make sure the file is aligned on disk as well as in memory; CRC calculation requires that. */