summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-22 07:51:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-27 08:58:17 +0200
commit16d905f289d69b4c1b5b72130a2d132f947c1f63 (patch)
tree5eb09ab7509e9becbc0dbc25a5123d7dbba85e5b /bsps
parentbsp/riscv: Remove unused BSP options (diff)
downloadrtems-16d905f289d69b4c1b5b72130a2d132f947c1f63.tar.bz2
bsp/riscv: Add BSP options to define RAM region
Update #3433.
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);