xref: /openbmc/qemu/pc-bios/optionrom/flat.lds (revision f3fa412de28ae3cb31d38811d30a77e4e20456cc)
1SECTIONS
2{
3  . = 0;
4  .text : { *(.text) *(.text.$) }
5}
6ENTRY(_start)
7