From 5a2e4697fc2e9a9e648188e53fe469256689f83f Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 6 Mar 2019 13:07:42 -0800 Subject: Fix HiFive1 Rev B BSP Signed-off-by: Nathaniel Graff --- bsp/sifive-hifive1-revb/metal.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsp/sifive-hifive1-revb/metal.lds') diff --git a/bsp/sifive-hifive1-revb/metal.lds b/bsp/sifive-hifive1-revb/metal.lds index fdd23c7..f7050c4 100644 --- a/bsp/sifive-hifive1-revb/metal.lds +++ b/bsp/sifive-hifive1-revb/metal.lds @@ -5,7 +5,7 @@ ENTRY(_enter) MEMORY { ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 0x4000 - flash (rxai!w) : ORIGIN = 0x20400000, LENGTH = 0x20000000 + flash (rxai!w) : ORIGIN = 0x20010000, LENGTH = 0x6a120 } PHDRS -- cgit v1.2.3