diff --git a/common/autoboot.c b/common/autoboot.c index 6124384fd6..beec048395 100644 --- a/common/autoboot.c +++ b/common/autoboot.c @@ -377,7 +377,7 @@ void autoboot_command(const char *s) s = getenv("dump_minimal"); if (s) { do_dumpqca_minimal_data(s); /* write core dump data to flash */ - run_command("reset", 0); + reset_board(); } else dump_func(FULL_DUMP);