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