diff options
Diffstat (limited to 'debug/targets/spike/link.lds')
-rwxr-xr-x | debug/targets/spike/link.lds | 2 |
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) |