Re: [U-Boot] [PATCH v3] cfi_flash: precision and underflow problem in tout calculation

2010-03-25 Thread Stefan Roese
On Wednesday 24 March 2010 16:00:47 Thomas Chou wrote: > From: Renato Andreola > > With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000. Applied to u-boot-cfi-flash/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 1652

[U-Boot] [PATCH v3] cfi_flash: precision and underflow problem in tout calculation

2010-03-24 Thread Thomas Chou
From: Renato Andreola With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000. Signed-off-by: Renato Andreola Signed-off-by: Alessandro Rubini Signed-off-by: Thomas Chou --- drivers/mtd/cfi_flash.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drive