Re: [U-Boot] [PATCH 12/15] kbuild: use shorten logs for IMX images

2014-02-25 Thread Simon Glass
Hi Masahiro, On 23 February 2014 18:58, Masahiro Yamada wrote: > Hello Simon, > > Thanks for your close review. > This is always appreciated. > > >> > diff --git a/spl/Makefile b/spl/Makefile >> > index 22d6323..e8c5938 100644 >> > --- a/spl/Makefile >> > +++ b/spl/Makefile >> > @@ -178,8 +178,8

Re: [U-Boot] [PATCH 12/15] kbuild: use shorten logs for IMX images

2014-02-23 Thread Masahiro Yamada
Hello Simon, Thanks for your close review. This is always appreciated. > > diff --git a/spl/Makefile b/spl/Makefile > > index 22d6323..e8c5938 100644 > > --- a/spl/Makefile > > +++ b/spl/Makefile > > @@ -178,8 +178,8 @@ MKIMAGEFLAGS_MLO.byteswap = -T omapimage -n byteswap -a > > $(CONFIG_SPL_TE

Re: [U-Boot] [PATCH 12/15] kbuild: use shorten logs for IMX images

2014-02-21 Thread Simon Glass
Hi Masahiro, On 7 February 2014 05:29, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > --- > > Makefile | 4 +- > arch/arm/cpu/arm1136/config.mk | 2 +- > arch/arm/cpu/arm926ejs/config.mk | 2 +- > arch/arm/cpu/armv7/config.mk | 2 +- > arch/arm/imx-c