Re: [U-Boot] [PATCH] Makefile: Correct SPL/TPL/DTB build race condition

2017-11-20 Thread Simon Glass
On 11 November 2017 at 20:48, M. Vefa Bicakci wrote: > When building on a multi-core machine for an SPL-enabled board that > also uses CONFIG_OF_EMBED, the following error can be encountered > due to a race condition: > > make[3]: *** No rule to make target 'spl/dts/dt.dtb.o',

[U-Boot] [PATCH] Makefile: Correct SPL/TPL/DTB build race condition

2017-11-13 Thread M. Vefa Bicakci
When building on a multi-core machine for an SPL-enabled board that also uses CONFIG_OF_EMBED, the following error can be encountered due to a race condition: make[3]: *** No rule to make target 'spl/dts/dt.dtb.o', needed by 'spl/dts/built-in.o'. Stop. ../scripts/Makefile.spl:364: recipe