Re: [U-Boot] [PATCH 1/1] Makefile: indicate dtc source location

2017-09-24 Thread Simon Glass
On 24 September 2017 at 01:00, Heinrich Schuchardt wrote: > We now require a dtc version which is not yet available in > many distros. > > Indicate to the user where he will find the sources. > > Signed-off-by: Heinrich Schuchardt > --- > Makefile | 1 + > 1 file changed, 1 insertion(+) Reviewe

Re: [U-Boot] [PATCH 1/1] Makefile: indicate dtc source location

2017-09-24 Thread Bin Meng
On Mon, Sep 25, 2017 at 10:15 AM, Simon Glass wrote: > On 24 September 2017 at 01:00, Heinrich Schuchardt wrote: >> We now require a dtc version which is not yet available in >> many distros. >> >> Indicate to the user where he will find the sources. >> >> Signed-off-by: Heinrich Schuchardt >> -

[U-Boot] [PATCH 1/1] Makefile: indicate dtc source location

2017-09-24 Thread Heinrich Schuchardt
We now require a dtc version which is not yet available in many distros. Indicate to the user where he will find the sources. Signed-off-by: Heinrich Schuchardt --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a0d9218515..c17cca5b0d 100644 --- a/Makefil