foboot/examples/riscv-blink/ld/regions.ld

5 lines
119 B
Plaintext
Raw Normal View History

MEMORY {
sram : ORIGIN = 0x10000000, LENGTH = 0x00020000
rom : ORIGIN = 0x20040000, LENGTH = 0x100000 /* 1 MBit */
}