diff options
-rw-r--r-- | conf/machine/imx6qdlsabreauto.conf | 10 | ||||
-rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 10 |
2 files changed, 10 insertions, 10 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 | ||
35 | UBOOT_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 ### |
36 | SPL_BINARY:pn-u-boot-fslc = "SPL" | 41 | SPL_BINARY:pn-u-boot-fslc = "SPL" |
37 | UBOOT_CONFIG:pn-u-boot-fslc ??= "sd" | ||
38 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" | 42 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" |
39 | 43 | ||
40 | ### u-boot-imx settings ### | 44 | ### u-boot-imx settings ### |
41 | SPL_BINARY:pn-u-boot-imx = "" | 45 | SPL_BINARY:pn-u-boot-imx = "" |
42 | UBOOT_CONFIG:pn-u-boot-imx ??= " \ | ||
43 | sd \ | ||
44 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ | ||
45 | " | ||
46 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" | 46 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" |
47 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" | 47 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" |
48 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" | 48 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" |
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index 046a7c7f..415b003c 100644 --- a/conf/machine/imx6qdlsabresd.conf +++ b/conf/machine/imx6qdlsabresd.conf | |||
@@ -41,17 +41,17 @@ KERNEL_DEVICETREE:use-mainline-bsp = " \ | |||
41 | imx6dl-sabresd.dtb \ | 41 | imx6dl-sabresd.dtb \ |
42 | " | 42 | " |
43 | 43 | ||
44 | UBOOT_CONFIG ??= " \ | ||
45 | sd \ | ||
46 | ${@oe.utils.ifelse(d.getVar('IMX_DEFAULT_BOOTLOADER') == 'u-boot-imx', \ | ||
47 | bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d), '')}" | ||
48 | |||
44 | ### u-boot-fslc settings ### | 49 | ### u-boot-fslc settings ### |
45 | SPL_BINARY:pn-u-boot-fslc = "SPL" | 50 | SPL_BINARY:pn-u-boot-fslc = "SPL" |
46 | UBOOT_CONFIG:pn-u-boot-fslc ??= "sd" | ||
47 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" | 51 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" |
48 | 52 | ||
49 | ### u-boot-imx settings ### | 53 | ### u-boot-imx settings ### |
50 | SPL_BINARY:pn-u-boot-imx = "" | 54 | SPL_BINARY:pn-u-boot-imx = "" |
51 | UBOOT_CONFIG:pn-u-boot-imx ??= " \ | ||
52 | sd \ | ||
53 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \ | ||
54 | " | ||
55 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" | 55 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" |
56 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" | 56 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" |
57 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" | 57 | UBOOT_MAKE_TARGET:pn-u-boot-imx-mfgtool = "u-boot.imx" |