Re: [U-Boot] [PATCH] cfi_flash: Fix "Unknown FLASH" error message

2010-10-12 Thread Stefan Roese
On Wednesday 29 September 2010 20:49:05 Peter Tyser wrote: > From: John Schmoller > > When a CFI flash chip could not be detected an error message similar to > the following would be printed on bootup: > > FLASH: ## Unknown FLASH on Bank 1 - Size = 0x0100 = 0 MB > > The printf incorrectly

[U-Boot] [PATCH] cfi_flash: Fix "Unknown FLASH" error message

2010-09-29 Thread Peter Tyser
From: John Schmoller When a CFI flash chip could not be detected an error message similar to the following would be printed on bootup: FLASH: ## Unknown FLASH on Bank 1 - Size = 0x0100 = 0 MB The printf incorrectly converted the flash size into megabytes. This patch fixes the printing of