From 92d0f3e15ddfeb3d3a640d9bdd3471553e14ed7e Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 6 Mar 2019 15:05:37 -0800 Subject: Update BSPs Signed-off-by: Nathaniel Graff --- bsp/coreip-e21-arty/metal.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsp/coreip-e21-arty/metal.lds') diff --git a/bsp/coreip-e21-arty/metal.lds b/bsp/coreip-e21-arty/metal.lds index ea41b72..4c81b1b 100644 --- a/bsp/coreip-e21-arty/metal.lds +++ b/bsp/coreip-e21-arty/metal.lds @@ -5,7 +5,7 @@ ENTRY(_enter) MEMORY { ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 0x10000 - flash (rxai!w) : ORIGIN = 0x40400000, LENGTH = 0x20000000 + flash (rxai!w) : ORIGIN = 0x40400000, LENGTH = 0x1fc00000 } PHDRS -- cgit v1.2.3