From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Mon, 6 May 2013 10:01:57 +0200 Subject: [U-Boot] [PATCH] mkimage: add option for adding dtc binary path via argument In-Reply-To: <20130506043211.AF774380E6C@gemini.denx.de> References: <20130505190930-21234@mutt-kz> <20130506043211.AF774380E6C@gemini.denx.de> Message-ID: <20130506080157-11499@mutt-kz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 needed? What prevents you > adding the respective directory to your PATH? I could do that too. I think it's much more elegant to tell mkimage where dwc is located instead of tampering with the $PATH. Also, since we are adding dtc options via arguments it seamed like a valid approach. Luka