[U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-13 Thread 이승현
flash_sect_erase() displays message "Erased #N sectors" even when there are some protected sectors found and command "erase" fail. Signed-off-by: Seunghyeon Rhee --- common/cmd_flash.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/common/cmd_flash.c b/common/cmd_fl

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-17 Thread Stefan Roese
On Friday 13 November 2009 09:06:32 이승현 wrote: > flash_sect_erase() displays message "Erased #N sectors" even when > there are some protected sectors found and command "erase" fail. Applied to u-boot-cfi-flash/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang D

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-17 Thread Wolfgang Denk
Dear =?UTF-8?B?7J207Iq57ZiE?=, In message you wrote: > flash_sect_erase() displays message "Erased #N sectors" even when > there are some protected sectors found and command "erase" fail. > > Signed-off-by: Seunghyeon Rhee > --- > common/cmd_flash.c |5 - > 1 files changed, 4 insertio

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-17 Thread Wolfgang Denk
Dear Stefan Roese, In message <200911171614.17710...@denx.de> you wrote: > > flash_sect_erase() displays message "Erased #N sectors" even when > > there are some protected sectors found and command "erase" fail. > > Applied to u-boot-cfi-flash/master. Thanks. Sory, but you were too fast for me.

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-17 Thread Seunghyeon Rhee (이승현)
Dear Wolfgang Denk, Wolfgang Denk wrote: > Dear =?UTF-8?B?7J207Iq57ZiE?=, > > In message you > wrote: > >> flash_sect_erase() displays message "Erased #N sectors" even when >> there are some protected sectors found and command "erase" fail. >> >> Signed-off-by: Seunghyeon Rhee >> --- >> com

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-18 Thread Stefan Roese
Hi Wolfgang, On Tuesday 17 November 2009 22:22:23 Wolfgang Denk wrote: > > > flash_sect_erase() displays message "Erased #N sectors" even when > > > there are some protected sectors found and command "erase" fail. > > > > Applied to u-boot-cfi-flash/master. Thanks. > > Sory, but you were too fast

Re: [U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-18 Thread Wolfgang Denk
Dear =?UTF-8?B?IlNldW5naHllb24gUmhlZSAo7J207Iq57ZiEKSI=?=, In message <4b035ee8.90...@lpmtec.com> you wrote: > > > I think this patch is not an improvement. Now it prints "Not erased" > > even when sectors _have_ successfully been earased, which is at least > > as wrong als the old behaviour. ...