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