diff --git a/rtlplayground.c b/rtlplayground.c index f45f493..1866e73 100644 --- a/rtlplayground.c +++ b/rtlplayground.c @@ -1809,13 +1809,13 @@ void bootloader(void) print_string("INCORRECT MACHINE!"); } - // Print SW version - print_sw_version(); - print_string("\nStarting up...\n"); print_string(" Flash controller\n"); flash_init(1); + // Print SW version + print_sw_version(); + // Reset NIC reg_bit_set(RTL837X_REG_RESET, RESET_NIC_BIT); do {