From 53b0e2d96319d0ba89e3c72285188bf7ea292cfa Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 21 Jul 2022 15:45:27 +0200 Subject: [PATCH] u-boot-dey: remove ccimx6ul from compatible list The CC6UL is supported in version 2020.04 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 37588de0d..54d808aa1 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$|ccimx6ul|ccimx8x)" +COMPATIBLE_MACHINE = "(ccimx6$|ccimx8x)"