summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-03-19 16:29:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-21 19:20:24 -0300
commitb138e5cfad698e5add42b876edac443d22a25a52 (patch)
treee0fe806938ebe24bce512852086b1c5a7d5846ce
parent878d49d265546b8fe217d36815a9ec296ea53780 (diff)
downloadmeta-freescale-b138e5cfad698e5add42b876edac443d22a25a52.tar.gz
imx6qdlsabreauto: Rework u-boot-imx defconfig as distro agnostic
We now bind the defconfig to the 'u-boot-imx' package. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6qdlsabreauto.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index a6d5908b..d4d0979b 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -40,9 +40,9 @@ UBOOT_SUFFIX = "img"
40SPL_BINARY = "SPL" 40SPL_BINARY = "SPL"
41WKS_FILE = "imx-uboot-spl-bootpart.wks.in" 41WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
42 42
43# The fsl distro uses u-boot-imx which does not provide unified functionality 43# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
44# for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant. 44# variants. Change the defconfig to the targeted SoC variant.
45UBOOT_MACHINE_fsl = "mx6qsabreauto_defconfig" 45UBOOT_MACHINE_pn-u-boot-imx = "mx6qsabreauto_defconfig"
46 46
47SERIAL_CONSOLES = "115200;ttymxc3" 47SERIAL_CONSOLES = "115200;ttymxc3"
48 48