Merge "ipq6018: reset: fixing reset flow after dump collection into flash"

This commit is contained in:
Linux Build Service Account 2019-07-20 02:34:24 -07:00 committed by Gerrit - the friendly Code Review server
commit 92bf8f1811

View file

@ -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);