Re: [PATCH] scripts/dtc: dtx_diff - add info to error message

2016-02-12 Thread Frank Rowand
On 2/11/2016 5:41 PM, Rob Herring wrote: > On Thu, Feb 11, 2016 at 6:50 PM, Frank Rowand wrote: >> On 2/2/2016 11:02 AM, Frank Rowand wrote: >>> From: Frank Rowand >>> >>> If kernel config options are not properly set, "make scripts" will not >>> compile dtc. Update the unable to find dtc error

Re: [PATCH] scripts/dtc: dtx_diff - add info to error message

2016-02-11 Thread Rob Herring
On Thu, Feb 11, 2016 at 6:50 PM, Frank Rowand wrote: > On 2/2/2016 11:02 AM, Frank Rowand wrote: >> From: Frank Rowand >> >> If kernel config options are not properly set, "make scripts" will not >> compile dtc. Update the unable to find dtc error message to check >> the kernel config and give b

Re: [PATCH] scripts/dtc: dtx_diff - add info to error message

2016-02-11 Thread Frank Rowand
On 2/2/2016 11:02 AM, Frank Rowand wrote: > From: Frank Rowand > > If kernel config options are not properly set, "make scripts" will not > compile dtc. Update the unable to find dtc error message to check > the kernel config and give better advice on how to create dtc. > > Reword another error

[PATCH] scripts/dtc: dtx_diff - add info to error message

2016-02-02 Thread Frank Rowand
From: Frank Rowand If kernel config options are not properly set, "make scripts" will not compile dtc. Update the unable to find dtc error message to check the kernel config and give better advice on how to create dtc. Reword another error message to increase clarity. Signed-off-by: Frank Rowa