]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd, nand: move some printfs to debug output.
authorHeiko Schocher <hs@denx.de>
Tue, 14 Feb 2012 22:34:05 +0000 (22:34 +0000)
committerScott Wood <scott@tyr.buserror.net>
Fri, 18 May 2012 23:11:37 +0000 (18:11 -0500)
commita35ea8070cd1e222a7c55bc32acf2e4efe80dbbb
tree7fa17416bcf2df3bc19bc539a69ebf181a0e43e4
parent65683026a5eb07d6186dc02b33b1e5874dbb6591
mtd, nand: move some printfs to debug output.

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>
Signed-off-by: Scott Wood <scott@tyr.buserror.net>
drivers/mtd/nand/nand_bbt.c