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