summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qdlsabresd.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-03-19 11:55:22 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-21 19:20:24 -0300
commit5875b49e07749628aee6cbb651dd89d0fc550d5a (patch)
tree7fba6ec2a0863565ba14f5fbe64d68a549156e98 /conf/machine/imx6qdlsabresd.conf
parent48688b8c505291c12ac420b3c668bd691cf1796a (diff)
downloadmeta-freescale-5875b49e07749628aee6cbb651dd89d0fc550d5a.tar.gz
Revert "imx6*.conf: Rework machine assignments for u-boot variables"
This reverts commit cc4b91bf3a3cf5c2034372c607783048aae44b65.
Diffstat (limited to 'conf/machine/imx6qdlsabresd.conf')
-rw-r--r--conf/machine/imx6qdlsabresd.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index a2b959e3..406ad7d7 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -43,12 +43,11 @@ KERNEL_DEVICETREE_use-mainline-bsp = " \
43 43
44UBOOT_MACHINE ?= "mx6sabresd_defconfig" 44UBOOT_MACHINE ?= "mx6sabresd_defconfig"
45 45
46# These u-boot variables default to the correct settings for u-boot-imx. 46# Use fslc u-boot by default. See also imx-base.inc.
47# Set overrides for u-boot-fslc. 47UBOOT_MAKE_TARGET = "all"
48UBOOT_MAKE_TARGET_pn-u-boot-fslc = "all" 48UBOOT_SUFFIX = "img"
49UBOOT_SUFFIX_pn-u-boot-fslc = "img" 49SPL_BINARY = "SPL"
50SPL_BINARY_pn-u-boot-fslc = "SPL" 50WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
51WKS_FILE_pn-u-boot-fslc = "imx-uboot-spl-bootpart.wks.in"
52 51
53# The fsl distro uses u-boot-imx which does not provide unified functionality 52# The fsl distro uses u-boot-imx which does not provide unified functionality
54# for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant. 53# for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant.