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