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