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