Re: [U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument

2013-08-14 Thread Harvey Chapman
On May 6, 2013, at 8:59 AM, Luka Perkov l...@openwrt.org wrote: On Mon, May 06, 2013 at 02:32:51PM +0200, Wolfgang Denk wrote: It appears there is no really good reason for this patch, so I think we should drop it. Ok. Thanks for the review. Would there be any objection to adding an option

Re: [U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument

2013-08-14 Thread Simon Glass
Hi, On Wed, Aug 14, 2013 at 10:58 AM, Harvey Chapman hchap...@3gfp.com wrote: On May 6, 2013, at 8:59 AM, Luka Perkov l...@openwrt.org wrote: On Mon, May 06, 2013 at 02:32:51PM +0200, Wolfgang Denk wrote: It appears there is no really good reason for this patch, so I think we should drop it.

Re: [U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument

2013-05-06 Thread Luka Perkov
Hi Wolfgang, On Mon, May 06, 2013 at 06:32:11AM +0200, Wolfgang Denk wrote: In message 20130505190930-21234@mutt-kz you wrote: Add option for configuring path to dtc binary in mkimage command. The dtc binary might not always be located in $PATH. Could you please explain why that would be

Re: [U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument

2013-05-06 Thread Wolfgang Denk
Dear Luka Perkov, In message 20130506080157-11499@mutt-kz you wrote: Add option for configuring path to dtc binary in mkimage command. The dtc binary might not always be located in $PATH. Could you please explain why that would be needed? What prevents you adding the respective

Re: [U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument

2013-05-06 Thread Luka Perkov
On Mon, May 06, 2013 at 02:32:51PM +0200, Wolfgang Denk wrote: It appears there is no really good reason for this patch, so I think we should drop it. Ok. Thanks for the review. Luka ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument

2013-05-05 Thread Luka Perkov
Add option for configuring path to dtc binary in mkimage command. The dtc binary might not always be located in $PATH. Signed-off-by: Luka Perkov l...@openwrt.org --- doc/mkimage.1 | 4 tools/fit_image.c | 3 ++- tools/mkimage.c | 14 +++--- tools/mkimage.h | 5 +++-- 4

Re: [U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument

2013-05-05 Thread Wolfgang Denk
Dear Luka Perkov, In message 20130505190930-21234@mutt-kz you wrote: Add option for configuring path to dtc binary in mkimage command. The dtc binary might not always be located in $PATH. Could you please explain why that would be needed? What prevents you adding the respective directory to