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