diff options
Diffstat (limited to 'conf/machine/imx6qdlsabresd.conf')
| -rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index 215e01834..1011b8774 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 | |||
| 46 | SPL_BINARY:pn-u-boot-fslc = "SPL" | 45 | SPL_BINARY:pn-u-boot-fslc = "SPL" |
| 47 | UBOOT_MACHINE:pn-u-boot-fslc ?= "mx6sabresd_defconfig" | 46 | UBOOT_CONFIG:pn-u-boot-fslc ??= "sd-fslc" |
| 48 | UBOOT_SUFFIX:pn-u-boot-fslc = "img" | 47 | UBOOT_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. | ||
| 54 | SPL_BINARY:pn-u-boot-imx = "" | 50 | SPL_BINARY:pn-u-boot-imx = "" |
| 55 | UBOOT_MACHINE:pn-u-boot-imx ?= "mx6qsabresd_defconfig" | 51 | UBOOT_CONFIG:pn-u-boot-imx ??= " \ |
| 52 | sd-imx \ | ||
| 53 | " | ||
| 56 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" | 54 | UBOOT_MAKE_TARGET:pn-u-boot-imx = "u-boot.imx" |
| 57 | UBOOT_SUFFIX:pn-u-boot-imx = "imx" | 55 | UBOOT_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. | ||
| 59 | UBOOT_CONFIG[sd-fslc] = "mx6sabresd_defconfig,sdcard" | ||
| 60 | UBOOT_CONFIG[sd-imx] = "mx6qsabresd_defconfig,sdcard" | ||
| 61 | UBOOT_CONFIG[sd-optee-imx] = "mx6qsabresd_optee_defconfig,sdcard" | ||
| 62 | UBOOT_CONFIG[sata-imx] = "mx6qsabresd_sata_defconfig" | ||
| 63 | UBOOT_CONFIG[mfgtool-imx] = "mx6qsabresd_defconfig" | ||
| 64 | |||
| 59 | WKS_FILE = " \ | 65 | WKS_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', \ |
