Skip to content

Commit

Permalink
Testing our bot
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Feb 5, 2025
1 parent f9d8cdc commit eadc9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/risc-v/src/qemu-rv/qemu_rv_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,17 @@ void qemu_rv_start(int mhartid, const char *dtb)
fdt_register(dtb);
#endif

showprogress('A');
showprogress('1');

#ifdef USE_EARLYSERIALINIT
riscv_earlyserialinit();
#endif

showprogress('B');
showprogress('2');

/* Do board initialization */

showprogress('C');
showprogress('3');

/* For the case of the separate user-/kernel-space build, perform whatever
* platform specific initialization of the user memory is required.
Expand Down

0 comments on commit eadc9bc

Please sign in to comment.