summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-08-02 16:09:37 -0300
committerGitHub <noreply@github.com>2022-08-02 16:09:37 -0300
commit501907bff5668ad5237644dd25e13afd5d2c3f3f (patch)
treeaefc11ea237372e6c3b8699276dfe21b7a721fe7 /conf/machine/imx6ulevk.conf
parent7da167eadd35a5ad569a3201f1fe40acedfc0bc7 (diff)
parent42cb2e70466293a1cc9b3aea79c9f167e4fd7aeb (diff)
downloadmeta-freescale-501907bff5668ad5237644dd25e13afd5d2c3f3f.tar.gz
Merge pull request #1164 from Freescale/backport-1163-to-kirkstone
[Backport kirkstone] Uboot machine config
Diffstat (limited to 'conf/machine/imx6ulevk.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', \