summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qdlsabreauto.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx6qdlsabreauto.conf')
-rw-r--r--conf/machine/imx6qdlsabreauto.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index 3c6fd151..e8fcf13b 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -32,17 +32,17 @@ KERNEL_DEVICETREE:use-mainline-bsp = " \
32 imx6dl-sabreauto.dtb \ 32 imx6dl-sabreauto.dtb \
33" 33"
34 34
35UBOOT_CONFIG ??= " \
36 sd \
37 ${@oe.utils.ifelse(d.getVar('IMX_DEFAULT_BOOTLOADER') == 'u-boot-imx', \
38 bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d), '')}"
39
35### u-boot-fslc settings ### 40### u-boot-fslc settings ###
36SPL_BINARY:pn-u-boot-fslc = "SPL" 41SPL_BINARY:pn-u-boot-fslc = "SPL"
37UBOOT_CONFIG:pn-u-boot-fslc ??= "sd"
38UBOOT_SUFFIX:pn-u-boot-fslc = "img" 42UBOOT_SUFFIX:pn-u-boot-fslc = "img"
39 43
40### u-boot-imx settings ### 44### u-boot-imx settings ###
41SPL_BINARY:pn-u-boot-imx = "" 45SPL_BINARY:pn-u-boot-imx = ""
42UBOOT_CONFIG:pn-u-boot-imx ??= " \
43 sd \
44 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
45"
46UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" 46UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx"
47UBOOT_SUFFIX:pn-u-boot-imx = "imx" 47UBOOT_SUFFIX:pn-u-boot-imx = "imx"
48UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" 48UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx"