foboot/examples/riscv-blink/ld/regions.ld
Sean Cross d8821dff99 example: add riscv example
Still experimental.  It'll probably move later.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-04-11 09:58:22 +08:00

5 lines
123 B
Plaintext

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