From 453ec9a253c7d8b1e1b5ddc6f14d4d14f670f9a3 Mon Sep 17 00:00:00 2001 From: Bunnaroath Sou Date: Mon, 18 Mar 2019 18:35:55 -0700 Subject: Make rtl target to use ram from dtim, flash from testram --- bsp/coreip-e31-rtl/metal.scratchpad.lds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bsp/coreip-e31-rtl/metal.scratchpad.lds') diff --git a/bsp/coreip-e31-rtl/metal.scratchpad.lds b/bsp/coreip-e31-rtl/metal.scratchpad.lds index 26744c6..f07f9ed 100644 --- a/bsp/coreip-e31-rtl/metal.scratchpad.lds +++ b/bsp/coreip-e31-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 = 0x8000000 + flash (rxai!w) : ORIGIN = 0x20000000, LENGTH = 0x8000000 } PHDRS -- cgit v1.2.3