aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.lds
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 16:30:35 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 16:36:40 -0700
commitd1849cb5e3b8c714c2dae78bb15465f288707ac5 (patch)
treeb3aad5d06c4b9fec59d1e6ecba1fbd25d1833814 /bbl/bbl.lds
parent3815c611158f435d36121c2c433af664ad86d8ca (diff)
downloadriscv-pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.zip
riscv-pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.tar.gz
riscv-pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.tar.bz2
Remove the platform interface
We now automatically detect everything that the platform interface used to be used for, so it's now obsolete!
Diffstat (limited to 'bbl/bbl.lds')
-rw-r--r--bbl/bbl.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/bbl/bbl.lds b/bbl/bbl.lds
index b90e99f..2fd0d7c 100644
--- a/bbl/bbl.lds
+++ b/bbl/bbl.lds
@@ -46,6 +46,7 @@ SECTIONS
. = ALIGN(0x1000);
.htif :
{
+ PROVIDE( __htif_base = .);
*(.htif)
}
. = ALIGN(0x1000);