From 776932e187f38ca53ed57fc662461ba0da005520 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/imx6sxsabresd.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/imx6sxsabresd.conf') diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf index 73b458ace..ff7d6ae62 100644 --- a/conf/machine/imx6sxsabresd.conf +++ b/conf/machine/imx6sxsabresd.conf @@ -25,6 +25,9 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \ imx6sx-sdb-reva-ldo.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