X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fmtd%2Fspi%2Fspi_flash.c;h=016b5865c2373a0144749e2bfffae71f527bfad0;hb=bd0d19cc5f346ff6504d47497ec799e066168b96;hp=c75b716fd43b6f984769348e4d95873d36030c6d;hpb=9dd5dad88777a7c6a63f8c103706b57364a135f4;p=oweals%2Fu-boot.git diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c index c75b716fd4..016b5865c2 100644 --- a/drivers/mtd/spi/spi_flash.c +++ b/drivers/mtd/spi/spi_flash.c @@ -11,6 +11,7 @@ #include #include #include +#include #include "spi_flash_internal.h" @@ -105,6 +106,8 @@ int spi_flash_cmd_poll_bit(struct spi_flash *flash, unsigned long timeout, timebase = get_timer(0); do { + WATCHDOG_RESET(); + ret = spi_xfer(spi, 8, NULL, &status, 0); if (ret) return -1;