From cda690ce76b47b0e238fdc377683cede97250008 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Wed, 7 Apr 2021 12:50:38 +0000 Subject: 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 --- conf/machine/include/imx8mp-evk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc index 7da9f137..872d07a0 100644 --- a/conf/machine/include/imx8mp-evk.inc +++ b/conf/machine/include/imx8mp-evk.inc @@ -45,7 +45,7 @@ SERIAL_CONSOLES = "115200;ttymxc1" LOADADDR = "" UBOOT_SUFFIX = "bin" -UBOOT_MAKE_TARGET = "" +UBOOT_MAKE_TARGET = "all" IMX_BOOT_SEEK = "32" OPTEE_BIN_EXT = "8mp" -- cgit v1.2.3-54-g00ecf