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