aboutsummaryrefslogtreecommitdiff
path: root/bbl
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 /bbl
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 'bbl')
-rw-r--r--bbl/bbl.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbl/bbl.lds b/bbl/bbl.lds
index 397cd3f..624f691 100644
--- a/bbl/bbl.lds
+++ b/bbl/bbl.lds
@@ -12,7 +12,7 @@ SECTIONS
/*--------------------------------------------------------------------*/
/* Begining of code and text segment */
- . = 0x80000000;
+ . = MEM_START;
_ftext = .;
.text :