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