dtc: keep version 1.4.5 only for CC6/CC6QP platforms that build U-Boot 2017.X

This version is only required to build U-Boot 2017.X, so since CC6UL was moved
to a new U-Boot version it is not necessary and also fixes a build issue.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2021-05-04 16:01:54 +02:00
parent 23a5128f57
commit 0cacb0c511
1 changed files with 2 additions and 2 deletions

View File

@ -134,5 +134,5 @@ MACHINEOVERRIDES =. "imx:"
MACHINEOVERRIDES =. "use-nxp-bsp:"
# U-Boot 2017.X requires a specific dtc version.
PREFERRED_VERSION_dtc-native_mx6 ?= "1.4.5"
PREFERRED_VERSION_nativesdk-dtc_mx6 ?= "1.4.5"
PREFERRED_VERSION_dtc-native_ccimx6 ?= "1.4.5"
PREFERRED_VERSION_nativesdk-dtc_ccimx6 ?= "1.4.5"