Re: [U-Boot] [PATCH] dtc: mkimage: Add the possibility to specify DTC

2017-07-06 Thread Simon Glass
On 25 June 2017 at 01:43, Emmanuel Vadot wrote: > FreeBSD recently switch to it's BSDL dtc. While it support most of the > features of the GPL one it still lacks the incbin directive. > Add the possibility to specify which dtc we want to use for compiling dts > and generating fit image. > > Signed

[U-Boot] [PATCH] dtc: mkimage: Add the possibility to specify DTC

2017-06-25 Thread Emmanuel Vadot
FreeBSD recently switch to it's BSDL dtc. While it support most of the features of the GPL one it still lacks the incbin directive. Add the possibility to specify which dtc we want to use for compiling dts and generating fit image. Signed-off-by: Emmanuel Vadot --- Makefile| 2 +- tools/