Re: [U-Boot] [PATCH] cfi_flash: avoid flash_verbose when possible

2011-01-10 Thread Stefan Roese
Hi Wolfgang, On Sunday 09 January 2011 18:05:42 Wolfgang Denk wrote: > > 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 > > --- > > > > drivers/mtd/cfi_flash.c |6 ++ > > 1 f

Re: [U-Boot] [PATCH] cfi_flash: avoid flash_verbose when possible

2011-01-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1293028873-16231-1-git-send-email-vap...@gentoo.org> you wrote: > 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 > --- > drivers/mtd/cfi_flash.c |6

[U-Boot] [PATCH] cfi_flash: avoid flash_verbose when possible

2010-12-22 Thread Mike Frysinger
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 --- drivers/mtd/cfi_flash.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_f