aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/RISC-V/spike32.lds
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2022-10-21 09:23:36 -0700
committerGitHub <noreply@github.com>2022-10-21 09:23:36 -0700
commit7e77eedc514a6538e07b666c36449e54080054b7 (patch)
tree69bc3364de7a87659287db016c3b9ac8787f551b /debug/targets/RISC-V/spike32.lds
parent1d03f2a827f2a37f7d7b65218ef679fbafc797da (diff)
downloadriscv-tests-7e77eedc514a6538e07b666c36449e54080054b7.zip
riscv-tests-7e77eedc514a6538e07b666c36449e54080054b7.tar.gz
riscv-tests-7e77eedc514a6538e07b666c36449e54080054b7.tar.bz2
Change memory address used in debug tests. (#422)
https://github.com/riscv-software-src/riscv-isa-sim/pull/889 put a UART at the address we were using in our 32-bit debug tests.
Diffstat (limited to 'debug/targets/RISC-V/spike32.lds')
-rwxr-xr-xdebug/targets/RISC-V/spike32.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/targets/RISC-V/spike32.lds b/debug/targets/RISC-V/spike32.lds
index 84216db..77bb1ba 100755
--- a/debug/targets/RISC-V/spike32.lds
+++ b/debug/targets/RISC-V/spike32.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. */
- . = 0x10010000;
+ . = 0x10110000;
.text :
{
*(.text.entry)