commit | 66928afb6b55647a446560d32427a032e674301f | [log] [tgz] |
---|---|---|
author | B, Ravi <ravibabu@ti.com> | Thu May 04 15:45:29 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:09 2017 -0400 |
tree | e745c208e73ca2cdda117a6b62f14c41d83cc132 | |
parent | 1b19cbdbf7457629bfdf13d0995d7b0d1642c7fb [diff] |
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>