mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
Merge "ipq: dump_to_usb needs some delay before usb stop"
This commit is contained in:
commit
2ce1c60aa4
1 changed files with 1 additions and 0 deletions
|
|
@ -674,6 +674,7 @@ static int do_dumpqca_data(unsigned int dump_level)
|
|||
stop_dump:
|
||||
#if defined(CONFIG_USB_STORAGE) && defined(CONFIG_FS_FAT)
|
||||
if (is_usb_dump == 1) {
|
||||
mdelay(2000);
|
||||
run_command("usb stop", 0);
|
||||
mdelay(1000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue