]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6qdlsabresd: Rework u-boot-imx defconfig as distro agnostic
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 19 Mar 2021 19:24:01 +0000 (16:24 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 21 Mar 2021 22:20:24 +0000 (19:20 -0300)
We now bind the defconfig to the 'u-boot-imx' package.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx6qdlsabresd.conf

index 406ad7d781b8355d9844695db3d69e0b4a605e93..baf2192b66d00837a22bbb32cab6097d7ae9ac9a 100644 (file)
@@ -49,9 +49,9 @@ UBOOT_SUFFIX = "img"
 SPL_BINARY = "SPL"
 WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
 
-# The fsl distro uses u-boot-imx which does not provide unified functionality
-# for dl/q/qp SoC variants. Change the defconfig to the targeted SoC variant.
-UBOOT_MACHINE_fsl = "mx6qsabresd_defconfig"
+# The u-boot-imx does not provide unified functionality for DL/Q/QP SoC
+# variants. Change the defconfig to the targeted SoC variant.
+UBOOT_MACHINE_pn-u-boot-imx = "mx6qsabresd_defconfig"
 
 SERIAL_CONSOLES = "115200;ttymxc0"