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/328/head
Andrew Waterman 2 years ago
parent
commit
ec17aa2453
  1. 1
      machine/minit.c

1
machine/minit.c

@ -192,7 +192,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