summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-03-19 16:24:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-21 19:20:24 -0300
commit878d49d265546b8fe217d36815a9ec296ea53780 (patch)
treef8442956aa7445d220f165d2f33c54bd14ff40d6
parent634be0dc7e168e89df9043fd260b6897361e9006 (diff)
downloadmeta-freescale-878d49d265546b8fe217d36815a9ec296ea53780.tar.gz
imx6qdlsabresd: 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/imx6qdlsabresd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index 406ad7d7..baf2192b 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -49,9 +49,9 @@ 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 52# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
53# for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant. 53# variants. Change the defconfig to the targeted SoC variant.
54UBOOT_MACHINE_fsl = "mx6qsabresd_defconfig" 54UBOOT_MACHINE_pn-u-boot-imx = "mx6qsabresd_defconfig"
55 55
56SERIAL_CONSOLES = "115200;ttymxc0" 56SERIAL_CONSOLES = "115200;ttymxc0"
57 57