summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
Diffstat (limited to 'bsps')
-rw-r--r--bsps/riscv/riscv/start/linkcmds.in (renamed from bsps/riscv/riscv/start/linkcmds)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/riscv/riscv/start/linkcmds b/bsps/riscv/riscv/start/linkcmds.in
index 7bcf657341..80e2f5ef90 100644
--- a/bsps/riscv/riscv/start/linkcmds
+++ b/bsps/riscv/riscv/start/linkcmds.in
@@ -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);