u-boot: disable version v2017.03 for ccimx8x
U-Boot version v2024.04 does support ccimx8x now. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
3d2718abb7
commit
58effcfc11
|
|
@ -8,4 +8,4 @@ SRCREV = "${AUTOREV}"
|
|||
# Disable support to initial environment for U-Boot
|
||||
UBOOT_INITIAL_ENV = ""
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx8x)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6$)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue