aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-01-28 14:54:06 -0800
committerGitHub <noreply@github.com>2024-01-28 14:54:06 -0800
commitf03685954e825a974e59f278b5c8647440291fc7 (patch)
tree12183f7a272b0d4436be9026e03f44a0adc51f0b
parent710c23a5bbeecf171ac86d6e39d275af8f176354 (diff)
downloadriscv-pk-f03685954e825a974e59f278b5c8647440291fc7.zip
riscv-pk-f03685954e825a974e59f278b5c8647440291fc7.tar.gz
riscv-pk-f03685954e825a974e59f278b5c8647440291fc7.tar.bz2
Remove "bbl loader" message (#313)
It was originally added as a temporary hack to hide a race condition in a prototype. It should've been removed long ago. Resolves #312
-rw-r--r--machine/minit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/machine/minit.c b/machine/minit.c
index e6677e9..a67ceb5 100644
--- a/machine/minit.c
+++ b/machine/minit.c
@@ -191,7 +191,6 @@ void init_first_hart(uintptr_t hartid, uintptr_t dtb)
query_uart16550(dtb);
query_uart_litex(dtb);
query_htif(dtb);
- printm("bbl loader\r\n");
hart_init();
hls_init(0); // this might get called again from parse_config_string