From: Otavio Salvador Date: Fri, 19 Mar 2021 19:24:01 +0000 (-0300) Subject: imx6qdlsabresd: Rework u-boot-imx defconfig as distro agnostic X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5ff1c4c83fdc6254435c19de29ff62ff080293a7;p=meta-freescale.git 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 --- 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" 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"