]> code.ossystems Code Review - meta-freescale.git/commit
conf: imx8mp-evk.inc: correct u-boot make target
authorAndrey Zhizhikin <andrey.z@gmail.com>
Wed, 7 Apr 2021 12:50:38 +0000 (12:50 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 7 Apr 2021 14:05:52 +0000 (11:05 -0300)
commitcda690ce76b47b0e238fdc377683cede97250008
tree9ec93a34d6301036ba28d461862186f16f2464ba
parent71c52a7ba4fba6f919d301cdf906b0f351a7b413
conf: imx8mp-evk.inc: correct u-boot make target

U-Boot make target set to empty string does not expand correctly for
mainline BSP build, which append make target with 'flash.bin' entry.
This causes the build to fail, since the u-boot.bin target is not
produced when only 'flash.bin' is present in the make target list.

Define the default make target to 'all', which allows proper build
target expansion.

Fixes: 823a97cf ("imx8mp-lpddr4-evk: Rework 8M Plus EVK config file")
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
conf/machine/include/imx8mp-evk.inc