From 771bb94e09ad1915c18a581ba35edd75c8903837 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Tue, 16 May 2017 12:34:45 -0700 Subject: Link the infinate loop at 0x10000000 Spike appears to have a problem geterating DTS at 0x80000000. --- debug/targets/spike/link.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/targets') diff --git a/debug/targets/spike/link.lds b/debug/targets/spike/link.lds index b86b2b7..01d0e3d 100755 --- a/debug/targets/spike/link.lds +++ b/debug/targets/spike/link.lds @@ -4,7 +4,7 @@ SECTIONS { /* Leave some space for pk's data structures, which includes tohost/fromhost * which are special addresses we ought to leave alone. */ - . = 0x80010000; + . = 0x10010000; .text : { *(.text.entry) -- cgit v1.1