Re: [U-Boot] [PATCH] FIX: watchdog timeout, while waiting for input

2010-04-10 Thread Wolfgang Denk
Dear Jens Scharsig, In message <4bbf5dae.9000...@scharsoft.de> you wrote: > * add WATCHDOG_RESET to !tstc() loops > * prevents watchdog timeout, while waiting for input, > if CONFIG_BOOT_RETRY_TIME or CONFIG_SHOW_ACTIVITY defined > > > Signed-off-by: Jens Scharsig > --- > common/main.c |

[U-Boot] [PATCH] FIX: watchdog timeout, while waiting for input

2010-04-09 Thread Jens Scharsig
* add WATCHDOG_RESET to !tstc() loops * prevents watchdog timeout, while waiting for input, if CONFIG_BOOT_RETRY_TIME or CONFIG_SHOW_ACTIVITY defined Signed-off-by: Jens Scharsig --- common/main.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/common/main.c b/comm