aboutsummaryrefslogtreecommitdiff
path: root/debug/targets
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-05-16 12:34:45 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-05-16 12:48:05 -0700
commit771bb94e09ad1915c18a581ba35edd75c8903837 (patch)
tree024b9c0698f65af03d5754a800cecff7bfdf1555 /debug/targets
parentcfa5b6dbf36e5e08749fa8b0792271d02196504d (diff)
downloadriscv-tests-771bb94e09ad1915c18a581ba35edd75c8903837.zip
riscv-tests-771bb94e09ad1915c18a581ba35edd75c8903837.tar.gz
riscv-tests-771bb94e09ad1915c18a581ba35edd75c8903837.tar.bz2
Link the infinate loop at 0x10000000
Spike appears to have a problem geterating DTS at 0x80000000.
Diffstat (limited to 'debug/targets')
-rwxr-xr-xdebug/targets/spike/link.lds2
1 files changed, 1 insertions, 1 deletions
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)