ARM: UniPhier: use 32 bit register access for debug UART setting
[platform/kernel/u-boot.git] / common / cmd_dfu.c
index ec90998..857148f 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <common.h>
+#include <watchdog.h>
 #include <dfu.h>
 #include <g_dnl.h>
 #include <usb.h>
@@ -64,6 +65,7 @@ static int do_dfu(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
                if (ctrlc())
                        goto exit;
 
+               WATCHDOG_RESET();
                usb_gadget_handle_interrupts(controller_index);
        }
 exit: