diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-02 13:05:31 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-02 13:13:48 -0500 |
commit | 6569140c9f390681a21e714f48e90ec0ae642908 (patch) | |
tree | fdee9f5d2da3e1d56bfbef79f9e7c885b3c3723f /conf | |
parent | d3f8b15d3cab77ae0397ab95ddcb4aed559e2db0 (diff) | |
download | meta-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.conf | 2 |
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 |
33 | SPL_BINARY:pn-u-boot-imx = "" | 33 | SPL_BINARY:pn-u-boot-imx = "" |
34 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" | 34 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" |
35 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" | ||
35 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" | 36 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" |
37 | UBOOT_SUFFIX:pn-u-boot-imx-mfgtool = "imx" | ||
36 | 38 | ||
37 | WKS_FILE = " \ | 39 | WKS_FILE = " \ |
38 | ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \ | 40 | ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \ |