]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi_flash: avoid flash_verbose when possible
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Dec 2010 14:41:13 +0000 (09:41 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Jan 2011 17:05:11 +0000 (18:05 +0100)
commit4ffeab2cc00b61bc4616d9e3c25d33937b0feb34
treee84a12294c8ba2d302faf01dde575c74a1abc857
parent82359aec45506263042ffcecc2732cdf47def329
cfi_flash: avoid flash_verbose when possible

The flash_verbose logic is only used by the CFI MTD layer, so if we aren't
using that, disable the logic completely.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/cfi_flash.c