Re: [U-Boot] [PATCH] mkimage: check environment for dtc binary location

2017-08-01 Thread Simon Glass
On 31 July 2017 at 14:17, Hauke Mehrtens wrote: > On 07/31/2017 04:45 PM, Simon Glass wrote: >> Hi, >> >> On 19 July 2017 at 14:30, Hauke Mehrtens wrote: >>> Currently mkimage assumes the dtc binary is in the path and fails >>> otherwise. This patch makes it

Re: [U-Boot] [PATCH] mkimage: check environment for dtc binary location

2017-07-31 Thread Hauke Mehrtens
On 07/31/2017 04:45 PM, Simon Glass wrote: > Hi, > > On 19 July 2017 at 14:30, Hauke Mehrtens wrote: >> Currently mkimage assumes the dtc binary is in the path and fails >> otherwise. This patch makes it check the DTC environment variable first >> for the dtc binary and then

Re: [U-Boot] [PATCH] mkimage: check environment for dtc binary location

2017-07-31 Thread Simon Glass
Hi, On 19 July 2017 at 14:30, Hauke Mehrtens wrote: > Currently mkimage assumes the dtc binary is in the path and fails > otherwise. This patch makes it check the DTC environment variable first > for the dtc binary and then fall back to the default path. This makes > it

[U-Boot] [PATCH] mkimage: check environment for dtc binary location

2017-07-19 Thread Hauke Mehrtens
Currently mkimage assumes the dtc binary is in the path and fails otherwise. This patch makes it check the DTC environment variable first for the dtc binary and then fall back to the default path. This makes it possible to call the u-boot build with make DTC=... and build a fit image with the dtc