Remy Bohmer wrote:
> 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.

commited, tnx

> 
> Signed-off-by: Remy Bohmer <li...@bohmer.net>
> ---
>  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

I didn't commit this hunk....using configurable version from the next
patch directly

>  HOST_DTC             := dtc-$(HOST_DTC_VERSION)
>  HOST_DTC_SUFFIX              := tgz
>  HOST_DTC_URL         := 
> http://www.jdl.com/software/$(HOST_DTC).$(HOST_DTC_SUFFIX)


-- 
Pengutronix e.K.                         | Marc Kleine-Budde           |
Linux Solutions for Science and Industry | Phone: +49-231-2826-924     |
Vertretung West/Dortmund                 | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686         | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to