u-boot-dey: remove ccimx6ul from compatible list

The CC6UL is supported in version 2020.04

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-07-21 15:45:27 +02:00
parent 705c3d4f70
commit 53b0e2d963
1 changed files with 1 additions and 1 deletions

View File

@ -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)"