From c1c5780dc536f2d405f3c9bfafbaeebfc68801f7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 19 Mar 2021 18:51:30 -0300 Subject: Rework the u-boot-fslc and u-boot-imx settings logic We need to make it more obvious what is in use, when we support both bootloaders and for it we are now using the _pn suffix for both. This also fixes the WIC_FILE depending on the choice otherwise image build fails. Signed-off-by: Otavio Salvador --- conf/machine/imx6ulz-14x14-evk.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/imx6ulz-14x14-evk.conf') diff --git a/conf/machine/imx6ulz-14x14-evk.conf b/conf/machine/imx6ulz-14x14-evk.conf index 12f64d48..7b794e7c 100644 --- a/conf/machine/imx6ulz-14x14-evk.conf +++ b/conf/machine/imx6ulz-14x14-evk.conf @@ -20,6 +20,9 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \ imx6ulz-14x14-evk-gpmi-weim.dtb \ " +UBOOT_MAKE_TARGET = "u-boot.imx" +UBOOT_SUFFIX = "imx" + UBOOT_CONFIG ??= " \ sd \ ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ -- cgit v1.2.3-54-g00ecf