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