Re: [U-Boot] [PATCH v2 03/17] SPEAr : SMI erase and write timeouts increased

2010-05-03 Thread Vipin KUMAR
On 5/3/2010 5:03 AM, Tom Rix wrote: > Vipin KUMAR wrote: >> SMI driver fails because of low timeout values. Increasing the erase >> and write >> timeouts to 3 seconds >> >> Signed-off-by: Vipin Kumar >> --- >> arch/arm/include/asm/arch-spear/spr_smi.h |6 +++--- >> drivers/mtd/spr_smi.c

Re: [U-Boot] [PATCH v2 03/17] SPEAr : SMI erase and write timeouts increased

2010-05-02 Thread Tom Rix
Vipin KUMAR wrote: > SMI driver fails because of low timeout values. Increasing the erase and write > timeouts to 3 seconds > > Signed-off-by: Vipin Kumar > --- > arch/arm/include/asm/arch-spear/spr_smi.h |6 +++--- > drivers/mtd/spr_smi.c |8 > 2 files chang

[U-Boot] [PATCH v2 03/17] SPEAr : SMI erase and write timeouts increased

2010-04-25 Thread Vipin KUMAR
SMI driver fails because of low timeout values. Increasing the erase and write timeouts to 3 seconds Signed-off-by: Vipin Kumar --- arch/arm/include/asm/arch-spear/spr_smi.h |6 +++--- drivers/mtd/spr_smi.c |8 2 files changed, 7 insertions(+), 7 deletions(-)