Newer U-boot mkimage also use the DTC for generation of FIT images on non-PPC architectures. For FIT-images, at least version 1.2.0 is required to support binary images.
Signed-off-by: Remy Bohmer <[email protected]> --- platforms/dtc.in | 1 - rules/host-dtc.make | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/platforms/dtc.in b/platforms/dtc.in index cde0e3e..fd94b02 100644 --- a/platforms/dtc.in +++ b/platforms/dtc.in @@ -5,7 +5,6 @@ menuconfig DTC bool select HOST_DTC select KERNEL - depends on ARCH_PPC default y prompt "Build device tree " help diff --git a/rules/host-dtc.make b/rules/host-dtc.make index 60d7aae..c4a5b61 100644 --- a/rules/host-dtc.make +++ b/rules/host-dtc.make @@ -17,7 +17,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_DTC) += host-dtc # # Paths and names # -HOST_DTC_VERSION := v1.1.0 +HOST_DTC_VERSION := v1.2.0 HOST_DTC := dtc-$(HOST_DTC_VERSION) HOST_DTC_SUFFIX := tgz HOST_DTC_URL := http://www.jdl.com/software/$(HOST_DTC).$(HOST_DTC_SUFFIX) -- 1.5.6.3 -- ptxdist mailing list [email protected]
