bsp/riscv: Add BSP options to define RAM region

Update #3433.
This commit is contained in:
Sebastian Huber
2018-06-22 07:51:08 +02:00
parent 37a1fc20e0
commit 16d905f289
2 changed files with 25 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
MEMORY
{
RAM : ORIGIN = 0x0000000010000000, LENGTH = 0x10000000
RAM : ORIGIN = @RISCV_RAM_REGION_BEGIN@, LENGTH = @RISCV_RAM_REGION_SIZE@
}
REGION_ALIAS ("REGION_START", RAM);