Re: [U-Boot] [PATCH] Less verbose output when loading vxworks 6.x images

2009-07-23 Thread Wolfgang Denk
Dear Niklaus Giger, In message <200907221629.09703.rg...@blackfin.uclinux.org> Robin Getz wrote: > > > +#ifdef DEBUG > > if (strtab) { > > printf ("%sing %s @ 0x%08lx (%ld bytes)\n", > > (shdr->sh_type == SHT_NOBITS) ? > > @@ -294,6 +295,

Re: [U-Boot] [PATCH] Less verbose output when loading vxworks 6.x images

2009-07-22 Thread Robin Getz
On Wed 22 Jul 2009 15:32, Niklaus Giger pondered: > Loading vxWorks 5.x images resulted just into 3 or 4 lines of output. > With vxWorks 6.x and the new GCC it emits about 30 lines, which is > far too noisy in my opinion. > > Signed-off-by: Niklaus Giger > --- > common/cmd_elf.c |2 ++ > 1 f

[U-Boot] [PATCH] Less verbose output when loading vxworks 6.x images

2009-07-22 Thread Niklaus Giger
Loading vxWorks 5.x images resulted just into 3 or 4 lines of output. With vxWorks 6.x and the new GCC it emits about 30 lines, which is far too noisy in my opinion. Signed-off-by: Niklaus Giger --- common/cmd_elf.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common