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