esp-hal/esp32h2-hal/ld/db-esp32h2-link.x
2023-05-08 08:03:08 -07:00

15 lines
154 B
Plaintext

INCLUDE memory.x
SECTIONS
{
.header : AT(0)
{
LONG(0xaedb041d)
LONG(0xaedb041d)
} > ROM
}
_stext = ORIGIN(ROM) + 8;
INCLUDE riscv-link.x