cirosantilli/riscv/virt.ld

riscv/virt.ld
SECTIONS
{
  . = 0x80000000;
  .text : { *(.text) }
}