]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: fix broken pipe error for lcd4_lwmon5 board
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 18 Dec 2013 10:00:51 +0000 (19:00 +0900)
committerTom Rini <trini@ti.com>
Wed, 18 Dec 2013 15:23:37 +0000 (10:23 -0500)
commit57270260adc6076facd284107be463f9beebb153
tree280514e031d822df024ff6c32f69ad89f677f144
parentace8f506423458c172e2baeb9f858928872cc744
Makefile: fix broken pipe error for lcd4_lwmon5 board

Before this commit, a broken pipe error sometimes happened
when building lcd4_lwmon5 board with Buildman.

This commit re-writes build rules of
u-boot.spr and u-boot-img-spl-at-end.bin
more simply without using a pipe.

Besides fixing a broken pipe error,
this commit gives us other advantages:

  - Do not generate intermidiate files, spl/u-boot-spl.img
    and spl/u-boot-spl-pad.img for creating u-boot.spr

  - Do not generate an intermidiate file, u-boot-pad.img
    for creating u-boot-img-spl-at-end.bin

Such intermidiate files were not deleted by "make clean" or "make mrpropr".
Nor u-boot-pad.img was ignored by git.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Makefile