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