Files
u-boot/drivers
John Schmoller 0e3fa01a63 cfi_flash: Fix "Unknown FLASH" error message
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 = 0x01000000 = 0 MB

The printf incorrectly converted the flash size into megabytes.  This
patch fixes the printing of the flash size in megabytes:

 FLASH: ## Unknown FLASH on Bank 1 - Size = 0x01000000 = 16 MB

Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
2010-10-12 08:59:15 +02:00
..
2010-08-08 05:17:06 +05:30
2010-09-19 21:28:25 +02:00
2010-10-02 16:00:37 -04:00
2010-09-19 21:28:25 +02:00
2010-09-10 00:16:19 +02:00
2010-08-09 11:52:29 -07:00
2010-09-03 11:20:02 +02:00
2010-09-20 21:57:17 +02:00