From b138e5cfad698e5add42b876edac443d22a25a52 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 19 Mar 2021 16:29:54 -0300 Subject: 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 --- conf/machine/imx6qdlsabreauto.conf | 6 +++--- 1 file 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" 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 = "mx6qsabreauto_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 = "mx6qsabreauto_defconfig" SERIAL_CONSOLES = "115200;ttymxc3" -- cgit v1.2.3-54-g00ecf