aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.lds
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-02-20 21:43:09 -0800
committerAndrew Waterman <andrew@sifive.com>2017-02-20 21:43:09 -0800
commitf6bca6e35b66632afad68f6b7fb2b3203c8502fb (patch)
tree3f8d691713d96ef4e7f57b8504691e68cdcda6f7 /bbl/bbl.lds
parent59484c94e161b0f1870096cfb183533b20569669 (diff)
downloadriscv-pk-f6bca6e35b66632afad68f6b7fb2b3203c8502fb.zip
riscv-pk-f6bca6e35b66632afad68f6b7fb2b3203c8502fb.tar.gz
riscv-pk-f6bca6e35b66632afad68f6b7fb2b3203c8502fb.tar.bz2
Don't block for acks on console writes
Diffstat (limited to 'bbl/bbl.lds')
-rw-r--r--bbl/bbl.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbl/bbl.lds b/bbl/bbl.lds
index 6833e47..b90e99f 100644
--- a/bbl/bbl.lds
+++ b/bbl/bbl.lds
@@ -44,9 +44,9 @@ SECTIONS
/* HTIF, isolated onto separate page */
/*--------------------------------------------------------------------*/
. = ALIGN(0x1000);
- htif :
+ .htif :
{
- *(htif)
+ *(.htif)
}
. = ALIGN(0x1000);