summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qdlsabresd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx6qdlsabresd.conf')
-rw-r--r--conf/machine/imx6qdlsabresd.conf18
1 files changed, 12 insertions, 6 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index 215e0183..1011b877 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -42,20 +42,26 @@ KERNEL_DEVICETREE:use-mainline-bsp = " \
42" 42"
43 43
44### u-boot-fslc settings ### 44### u-boot-fslc settings ###
45
46SPL_BINARY:pn-u-boot-fslc = "SPL" 45SPL_BINARY:pn-u-boot-fslc = "SPL"
47UBOOT_MACHINE:pn-u-boot-fslc ?= "mx6sabresd_defconfig" 46UBOOT_CONFIG:pn-u-boot-fslc ??= "sd-fslc"
48UBOOT_SUFFIX:pn-u-boot-fslc = "img" 47UBOOT_SUFFIX:pn-u-boot-fslc = "img"
49 48
50### u-boot-imx settings ### 49### u-boot-imx settings ###
51
52# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
53# variants. Change the defconfig to the targeted SoC variant.
54SPL_BINARY:pn-u-boot-imx = "" 50SPL_BINARY:pn-u-boot-imx = ""
55UBOOT_MACHINE:pn-u-boot-imx ?= "mx6qsabresd_defconfig" 51UBOOT_CONFIG:pn-u-boot-imx ??= " \
52 sd-imx \
53"
56UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" 54UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx"
57UBOOT_SUFFIX:pn-u-boot-imx = "imx" 55UBOOT_SUFFIX:pn-u-boot-imx = "imx"
58 56
57# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
58# variants. Change the defconfig to the targeted SoC variant.
59UBOOT_CONFIG[sd-fslc] = "mx6sabresd_defconfig,sdcard"
60UBOOT_CONFIG[sd-imx] = "mx6qsabresd_defconfig,sdcard"
61UBOOT_CONFIG[sd-optee-imx] = "mx6qsabresd_optee_defconfig,sdcard"
62UBOOT_CONFIG[sata-imx] = "mx6qsabresd_sata_defconfig"
63UBOOT_CONFIG[mfgtool-imx] = "mx6qsabresd_defconfig"
64
59WKS_FILE = " \ 65WKS_FILE = " \
60 ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \ 66 ${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', \
61 'u-boot-fslc', 'imx-uboot-spl-bootpart.wks.in', \ 67 'u-boot-fslc', 'imx-uboot-spl-bootpart.wks.in', \