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