summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-02 13:05:31 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-08-02 13:13:48 -0500
commit6569140c9f390681a21e714f48e90ec0ae642908 (patch)
treefdee9f5d2da3e1d56bfbef79f9e7c885b3c3723f /conf
parentd3f8b15d3cab77ae0397ab95ddcb4aed559e2db0 (diff)
downloadmeta-freescale-6569140c9f390681a21e714f48e90ec0ae642908.tar.gz
imx6ulevk.conf: Add missing overrides for u-boot-imx-mfgtool
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6ulevk.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index 8f908efe..216f47bd 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -32,7 +32,9 @@ UBOOT_SUFFIX:pn-u-boot-fslc = "img"
32# The u-boot-imx does not provide SPL support 32# The u-boot-imx does not provide SPL support
33SPL_BINARY:pn-u-boot-imx = "" 33SPL_BINARY:pn-u-boot-imx = ""
34UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" 34UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx"
35UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx"
35UBOOT_SUFFIX:pn-u-boot-imx = "imx" 36UBOOT_SUFFIX:pn-u-boot-imx = "imx"
37UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx"
36 38
37WKS_FILE = " \ 39WKS_FILE = " \
38 ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \ 40 ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \