aboutsummaryrefslogtreecommitdiff
path: root/pk
diff options
context:
space:
mode:
authorGabriel L. Somlo <gsomlo@gmail.com>2019-06-11 10:46:49 -0400
committerGabriel L. Somlo <gsomlo@gmail.com>2019-06-11 10:55:53 -0400
commitff71b88278db63ff22b7f39d38bd952dea34f2a1 (patch)
tree76d47a8160f3d22bf2a69dd510b41b24a2dbb0fc /pk
parent9c20a7744f7ad070094af0c1c29346fcfec50829 (diff)
downloadriscv-pk-ff71b88278db63ff22b7f39d38bd952dea34f2a1.zip
riscv-pk-ff71b88278db63ff22b7f39d38bd952dea34f2a1.tar.gz
riscv-pk-ff71b88278db63ff22b7f39d38bd952dea34f2a1.tar.bz2
configure: Add option to set physical memory start address
For systems where physical memory is mapped to a start address different from 0x80000000, allow the default to be overridden using the --with-mem-start argument to the configure script. Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
Diffstat (limited to 'pk')
-rw-r--r--pk/pk.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/pk.lds b/pk/pk.lds
index 635ccd0..75af7c5 100644
--- a/pk/pk.lds
+++ b/pk/pk.lds
@@ -12,7 +12,7 @@ SECTIONS
/*--------------------------------------------------------------------*/
/* Begining of code and text segment */
- . = 0x80000000;
+ . = MEM_START;
_ftext = .;
.text :