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

Simon Glass sjg at chromium.org
Fri Feb 21 14:51:48 CET 2014


Hi Masahiro,

On 7 February 2014 05:29, Masahiro Yamada <yamada.m at jp.panasonic.com> wrote:
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> ---
>
>  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-common/Makefile     | 85 ++++++++++++++++++++++++----------------
>  spl/Makefile                     |  4 +-
>  6 files changed, 58 insertions(+), 41 deletions(-)
>
...

> 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_TEXT_BASE)
>  MLO MLO.byteswap: $(obj)/u-boot-spl.bin
>         $(call if_changed,mkimage)
>
> -$(objtree)/SPL: $(obj)/u-boot-spl.bin
> -       $(Q)$(MAKE) $(build)=spl/arch/arm/imx-common $@
> +SPL: $(obj)/u-boot-spl.bin
> +       $(Q)$(MAKE) $(build)=arch/arm/imx-common $@

This series looks good to me, but I would like to understand what is
happening here. Are you changing it to pick up the source from the
real arch/ directory instead of the spl copy?

>
>  ALL-y  += $(obj)/$(SPL_BIN).bin
>
> --
> 1.8.3.2
>

Regards,
Simon


More information about the U-Boot mailing list