mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
Merge "ipq6018: reset: fixing reset flow after dump collection into flash"
This commit is contained in:
commit
92bf8f1811
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue