diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-04-07 12:50:38 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-07 11:05:52 -0300 |
| commit | cda690ce76b47b0e238fdc377683cede97250008 (patch) | |
| tree | 9ec93a34d6301036ba28d461862186f16f2464ba | |
| parent | 71c52a7ba4fba6f919d301cdf906b0f351a7b413 (diff) | |
| download | meta-freescale-cda690ce76b47b0e238fdc377683cede97250008.tar.gz | |
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>
| -rw-r--r-- | conf/machine/include/imx8mp-evk.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc index 7da9f1370..872d07a0c 100644 --- a/conf/machine/include/imx8mp-evk.inc +++ b/conf/machine/include/imx8mp-evk.inc | |||
| @@ -45,7 +45,7 @@ SERIAL_CONSOLES = "115200;ttymxc1" | |||
| 45 | 45 | ||
| 46 | LOADADDR = "" | 46 | LOADADDR = "" |
| 47 | UBOOT_SUFFIX = "bin" | 47 | UBOOT_SUFFIX = "bin" |
| 48 | UBOOT_MAKE_TARGET = "" | 48 | UBOOT_MAKE_TARGET = "all" |
| 49 | IMX_BOOT_SEEK = "32" | 49 | IMX_BOOT_SEEK = "32" |
| 50 | 50 | ||
| 51 | OPTEE_BIN_EXT = "8mp" | 51 | OPTEE_BIN_EXT = "8mp" |
