summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qdlsabresd.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-02-16 10:17:01 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2019-02-18 10:59:56 -0600
commite5cd33c9b393ce3f434c8cf0d0bfa65357a1a249 (patch)
tree105eda57233c2441e6e77f5bd7d2034255e30b41 /conf/machine/imx6qdlsabresd.conf
parentf9721b1f54fbedb76dd0c22054c3c7247e39be71 (diff)
downloadmeta-freescale-e5cd33c9b393ce3f434c8cf0d0bfa65357a1a249.tar.gz
u-boot.imx: Add u-boot configuration for fsl
The fsl distro was broken for the following machine files because they set u-boot configuration to fslc configuration: - imx6qdlsabreauto - imx6qdlsabresd - imx6ulevk Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx6qdlsabresd.conf')
-rw-r--r--conf/machine/imx6qdlsabresd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index ff1a3c76..18071f0c 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -33,6 +33,8 @@ KERNEL_DEVICETREE_use-mainline-bsp = " \
33" 33"
34 34
35UBOOT_MACHINE ?= "mx6sabresd_defconfig" 35UBOOT_MACHINE ?= "mx6sabresd_defconfig"
36
37# Use fslc u-boot by default. See also imx-base.inc.
36UBOOT_MAKE_TARGET = "all" 38UBOOT_MAKE_TARGET = "all"
37UBOOT_SUFFIX = "img" 39UBOOT_SUFFIX = "img"
38SPL_BINARY = "SPL" 40SPL_BINARY = "SPL"