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:
parent
705c3d4f70
commit
53b0e2d963
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue