osmo-e1-hardware/gateware/common/fw/lnk-boot.lds

15 lines
202 B
Plaintext

MEMORY
{
ROM (rx) : ORIGIN = 0x00000000, LENGTH = 0x0400
}
ENTRY(_start)
SECTIONS {
.text :
{
. = ALIGN(4);
*(.text.start)
*(.text)
*(.text*)
} >ROM
}