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.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index 2fe95dc6..406ad7d7 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -49,6 +49,10 @@ UBOOT_SUFFIX = "img"
49SPL_BINARY = "SPL" 49SPL_BINARY = "SPL"
50WKS_FILE = "imx-uboot-spl-bootpart.wks.in" 50WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
51 51
52# The fsl distro uses u-boot-imx which does not provide unified functionality
53# for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant.
54UBOOT_MACHINE_fsl = "mx6qsabresd_defconfig"
55
52SERIAL_CONSOLES = "115200;ttymxc0" 56SERIAL_CONSOLES = "115200;ttymxc0"
53 57
54MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" 58MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k"