
19 May
2012
19 May
'12
1:12 a.m.
On Tue, Feb 14, 2012 at 10:34:05PM -0000, Heiko Schocher wrote:
current U-Boot shows on startup (for example on the enbw_cmc board) the following printfs from the nand subsystem:
Flash: 2 MiB NAND: Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000002980000 nand_read_bbt: Bad block at 0x000003240000 128 MiB MMC: davinci: 0
remove them to debug output, so it shows with this patch:
Flash: 2 MiB NAND: 128 MiB MMC: davinci: 0
Signed-off-by: Heiko Schocher hs@denx.de Cc: Scott Wood scottwood@freescale.com
Applied to u-boot-nand-flash
-Scott