summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-02 13:05:31 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-02 18:50:19 +0000
commit1733bf1dd19b0681122099d84cb758197c8fd898 (patch)
treec6e03d175840188970e39753e24bc4c6625190b0
parent42b35e3c98876c2e8aa4294f1a378e0a826b4e3d (diff)
downloadmeta-freescale-1733bf1dd19b0681122099d84cb758197c8fd898.tar.gz
imx6ulevk.conf: Add missing overrides for u-boot-imx-mfgtool
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6569140c9f390681a21e714f48e90ec0ae642908)
-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', \