summaryrefslogtreecommitdiff
path: root/common/dfu.c
diff options
context:
space:
mode:
authorB, Ravi <ravibabu@ti.com>2017-05-04 10:15:29 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-12 12:37:09 (GMT)
commit66928afb6b55647a446560d32427a032e674301f (patch)
treee745c208e73ca2cdda117a6b62f14c41d83cc132 /common/dfu.c
parent1b19cbdbf7457629bfdf13d0995d7b0d1642c7fb (diff)
downloadu-boot-fsl-qoriq-66928afb6b55647a446560d32427a032e674301f.tar.xz
common: dfu: ignore reset for spl-dfu
The SPL-DFU feature enable to load and execute u-boot from RAM over usb from PC using dfu-util. Hence dfu-reset should not be issued when dfu-util -R switch is issued. Signed-off-by: Ravi Babu <ravibabu@ti.com>
Diffstat (limited to 'common/dfu.c')
-rw-r--r--common/dfu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dfu.c b/common/dfu.c
index 0e9f5f5..546a1ab 100644
--- a/common/dfu.c
+++ b/common/dfu.c
@@ -88,7 +88,7 @@ exit:
board_usb_cleanup(usbctrl_index, USB_INIT_DEVICE);
if (dfu_reset)
- run_command("reset", 0);
+ do_reset(NULL, 0, 0, NULL);
g_dnl_clear_detach();