diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-19 11:55:22 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-24 11:18:34 -0300 |
commit | 7a029812002b93e9f51db45e640c234bdb75322b (patch) | |
tree | da1139cca4e84542b19791d1dd2436f0a4e92521 /conf/machine/imx6qdlsabreauto.conf | |
parent | b7db8aa7b47023cb344d7c8e9a2c2eb125693e1b (diff) | |
download | meta-freescale-7a029812002b93e9f51db45e640c234bdb75322b.tar.gz |
Revert "imx6*.conf: Rework machine assignments for u-boot variables"
This reverts commit cc4b91bf3a3cf5c2034372c607783048aae44b65.
Diffstat (limited to 'conf/machine/imx6qdlsabreauto.conf')
-rw-r--r-- | conf/machine/imx6qdlsabreauto.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf index 7464cb08..a6d5908b 100644 --- a/conf/machine/imx6qdlsabreauto.conf +++ b/conf/machine/imx6qdlsabreauto.conf | |||
@@ -34,12 +34,11 @@ KERNEL_DEVICETREE_use-mainline-bsp = " \ | |||
34 | 34 | ||
35 | UBOOT_MACHINE ?= "mx6sabreauto_defconfig" | 35 | UBOOT_MACHINE ?= "mx6sabreauto_defconfig" |
36 | 36 | ||
37 | # These u-boot variables default to the correct settings for u-boot-imx. | 37 | # Use fslc u-boot by default. See also imx-base.inc. |
38 | # Set overrides for u-boot-fslc. | 38 | UBOOT_MAKE_TARGET = "all" |
39 | UBOOT_MAKE_TARGET_pn-u-boot-fslc = "all" | 39 | UBOOT_SUFFIX = "img" |
40 | UBOOT_SUFFIX_pn-u-boot-fslc = "img" | 40 | SPL_BINARY = "SPL" |
41 | SPL_BINARY_pn-u-boot-fslc = "SPL" | 41 | WKS_FILE = "imx-uboot-spl-bootpart.wks.in" |
42 | WKS_FILE_pn-u-boot-fslc = "imx-uboot-spl-bootpart.wks.in" | ||
43 | 42 | ||
44 | # The fsl distro uses u-boot-imx which does not provide unified functionality | 43 | # The fsl distro uses u-boot-imx which does not provide unified functionality |
45 | # for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant. | 44 | # for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant. |