From 58effcfc115522149860e1b365aed538b8ca1fcc Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 20 Nov 2024 18:57:34 +0100 Subject: [PATCH] u-boot: disable version v2017.03 for ccimx8x U-Boot version v2024.04 does support ccimx8x now. Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb index bd02e1d29..2eb261940 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2017.03.bb @@ -8,4 +8,4 @@ SRCREV = "${AUTOREV}" # Disable support to initial environment for U-Boot UBOOT_INITIAL_ENV = "" -COMPATIBLE_MACHINE = "(ccimx6$|ccimx8x)" +COMPATIBLE_MACHINE = "(ccimx6$)"