From 1733bf1dd19b0681122099d84cb758197c8fd898 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 2 Aug 2022 13:05:31 -0500 Subject: imx6ulevk.conf: Add missing overrides for u-boot-imx-mfgtool Signed-off-by: Tom Hochstein (cherry picked from commit 6569140c9f390681a21e714f48e90ec0ae642908) --- conf/machine/imx6ulevk.conf | 2 ++ 1 file changed, 2 insertions(+) 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" # The u-boot-imx does not provide SPL support SPL_BINARY:pn-u-boot-imx = "" UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" +UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" UBOOT_SUFFIX:pn-u-boot-imx = "imx" +UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" WKS_FILE = " \ ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \ -- cgit v1.2.3-54-g00ecf