Browse Source

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
pull/318/head
Andrew Waterman 2 years ago
committed by GitHub
parent
commit
f03685954e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      machine/minit.c

1
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

Loading…
Cancel
Save