Re: [U-Boot] [PATCH] cfi_flash write fix for AMD legacy

2008-10-13 Thread Stefan Roese
On Thursday 09 October 2008, Ed Swarthout wrote: > The flash_unlock_seq requires a sector for AMD_LEGACY. > Fix a retcode check typeo. Applied to cfi/master. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD:

[U-Boot] [PATCH] cfi_flash write fix for AMD legacy

2008-10-08 Thread Ed Swarthout
The flash_unlock_seq requires a sector for AMD_LEGACY. Fix a retcode check typeo. Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> --- This patch is needed to make flash work on an internal testcard. drivers/mtd/cfi_flash.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff