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 imx: Introduce an SPL genimage template 2017-09-24 17:04:24 +02:00
imx6-sabresd configs/imx6-sabresd: Add VPU decoding support 2017-10-10 22:43:04 +02:00
imx6sabre configs/imxsabre: Fix U-Boot parallel build issue 2018-03-24 16:58:10 +01:00
imx6slevk configs/imx6slevk: Add new defconfig 2017-11-22 21:37:28 +01:00
imx6sxsdb configs/imx6sx-sdb: Add new defconfig 2017-11-22 21:37:54 +01:00
imx6ulevk configs/imx6ulevk: Add new defconfig 2017-11-23 21:12:20 +01:00
imx7dsdb freescale: Create the board/freescale/common/imx/ directory 2016-11-07 23:05:34 +01:00
imx23evk configs/imx23evk: Add support for imx23evk 2016-11-07 23:04:43 +01:00
imx25pdk freescale: Create the board/freescale/common/imx/ directory 2016-11-07 23:05:34 +01:00
imx28evk configs/imx28evk: Use the common mxs genimage script 2016-11-06 22:41:46 +01:00
imx31_3stack configs: freescale_imx31_3stack: bump kernel version to 4.1.15_2.0.0_ga 2016-11-09 21:24:57 +01:00
imx51evk freescale: Create the board/freescale/common/imx/ directory 2016-11-07 23:05:34 +01:00
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 warpboard: remove $(HOST_DIR)/usr reference from README 2017-07-05 16:06:23 +02:00