kumquat-buildroot/board/freescale
Fabio Estevam 0c4bccf9e8 configs/imxsabre: Fix U-Boot parallel build issue
Sometimes imximage throws the following error:

MKIMAGE u-boot-dtb.imx
Error: No BOOT_FROM tag in board/freescale/mx6sxsabresd/imximage.cfg.cfgtmp
arch/arm/imx-common/Makefile:91: recipe for target 'u-boot-dtb.imx' failed

Later on, when running mkimage for the u-boot.imx it will succeed in
finding the IVT offset.

Looks like some race condition happening during parallel build when
processing mkimage for u-boot-dtb.imx and u-boot.imx.

A proper fix still needs to be implemented, but as a workaround let's
remove the error when the IVT offset is not found.

It is useful to have such message, especially during bring-up phase,
but the build error that it causes is severe, so better avoid the
build error for now.

The error checking can be re-implemented later when we have a proper
fix.

This workaround has already been applied in mainline U-Boot:
http://git.denx.de/?p=u-boot.git;a=commit;h=b5b0e4e351e20a606de22db6a56ad6bc1e2aa8fd

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/59015347

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-03-24 16:58:10 +01:00
..
common
imx6-sabresd
imx6sabre configs/imxsabre: Fix U-Boot parallel build issue 2018-03-24 16:58:10 +01:00
imx6slevk
imx6sxsdb
imx6ulevk configs/imx6ulevk: Add new defconfig 2017-11-23 21:12:20 +01:00
imx7dsdb
imx23evk
imx25pdk
imx28evk
imx31_3stack
imx51evk
p1025twr configs/freescale_p1025twr_defconfig: new board 2018-03-11 22:19:39 +01:00
t1040d4rdb configs/freescale_t1040d4rdb_defconfig: new board 2018-03-11 22:22:02 +01:00
warpboard