foboot/examples/riscv-blink/ld/regions.ld
Sean Cross 35d4333c13 examples: riscv-blink: first working iteration
Signed-off-by: Sean Cross <sean@xobs.io>
2019-04-11 15:17:03 +08:00

5 lines
119 B
Plaintext

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