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:
parent
23a5128f57
commit
0cacb0c511
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue