blob: 78dc51b723fedbbf98395057da49b46574d7ff8b [file] [log] [blame]
/* Layout for the RISC-V 32 boards, used by the examples in this repository. */
MEMORY {
/* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
FLASH (X) : ORIGIN = 0x20040000, LENGTH = 32M
RAM (W) : ORIGIN = 0x80002400, LENGTH = 0x1C00
}
TBF_HEADER_SIZE = 0x40;
INCLUDE libtock_layout.ld