Re: [U-Boot] [PATCH] Fix regression in drivers/mtd/cfi_flash.c.

2008-08-21 Thread Stefan Roese
On Wednesday 20 August 2008, Andrew Klossner wrote: > Fix a regression in the 1.3.4 version of drivers/mtd/cfi_flash.c. > > Add a case to the new switch statement in flash_real_protect() > to make flash chips using the Intel extended command set work again. > Also correct a debug printf format-stri

[U-Boot] [PATCH] Fix regression in drivers/mtd/cfi_flash.c.

2008-08-20 Thread Andrew Klossner
Fix a regression in the 1.3.4 version of drivers/mtd/cfi_flash.c. Add a case to the new switch statement in flash_real_protect() to make flash chips using the Intel extended command set work again. Also correct a debug printf format-string/argument mismatch. Signed-off-by: Andrew Klossner <[EMAIL