summaryrefslogtreecommitdiff
path: root/bsp/coreip-s54-rtl/metal.scratchpad.lds
diff options
context:
space:
mode:
authorBunnaroath Sou <bsou@sifive.com>2019-03-18 18:35:55 -0700
committerBunnaroath Sou <bsou@sifive.com>2019-03-18 18:35:55 -0700
commit453ec9a253c7d8b1e1b5ddc6f14d4d14f670f9a3 (patch)
treeb4533403e6354376fefb83ec0f1cc5ab53c883c7 /bsp/coreip-s54-rtl/metal.scratchpad.lds
parent44c064f651cf4756f44fb96d542a8db2d4a33471 (diff)
Make rtl target to use ram from dtim, flash from testram
Diffstat (limited to 'bsp/coreip-s54-rtl/metal.scratchpad.lds')
-rw-r--r--bsp/coreip-s54-rtl/metal.scratchpad.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsp/coreip-s54-rtl/metal.scratchpad.lds b/bsp/coreip-s54-rtl/metal.scratchpad.lds
index bc7b16a..8ead4a8 100644
--- a/bsp/coreip-s54-rtl/metal.scratchpad.lds
+++ b/bsp/coreip-s54-rtl/metal.scratchpad.lds
@@ -4,8 +4,9 @@ ENTRY(_enter)
MEMORY
{
+ ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 0x10000
itim (wx!rai) : ORIGIN = 0x8000000, LENGTH = 0x4000
- ram (wxa!ri) : ORIGIN = 0x20000000, LENGTH = 0x4000000
+ flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 0x4000000
}
PHDRS