All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] Makefile: indicate dtc source location
@ 2017-09-24  7:00 Heinrich Schuchardt
  2017-09-25  2:15 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Heinrich Schuchardt @ 2017-09-24  7:00 UTC (permalink / raw)
  To: u-boot

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 <xypron.glpk@gmx.de>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a0d9218515..c17cca5b0d 100644
--- a/Makefile
+++ b/Makefile
@@ -1450,6 +1450,7 @@ System.map:	u-boot
 checkdtc:
 	@if test $(call dtc-version) -lt 010403; then \
 		echo '*** Your dtc is too old, please upgrade to dtc 1.4.3 or newer'; \
+		echo '    available at https://git.kernel.org/pub/scm/utils/dtc/dtc.git'; \
 		false; \
 	fi
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 1/1] Makefile: indicate dtc source location
  2017-09-24  7:00 [U-Boot] [PATCH 1/1] Makefile: indicate dtc source location Heinrich Schuchardt
@ 2017-09-25  2:15 ` Simon Glass
  2017-09-25  2:19   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2017-09-25  2:15 UTC (permalink / raw)
  To: u-boot

On 24 September 2017 at 01:00, Heinrich Schuchardt <xypron.glpk@gmx.de> 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 <xypron.glpk@gmx.de>
> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

Great!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 1/1] Makefile: indicate dtc source location
  2017-09-25  2:15 ` Simon Glass
@ 2017-09-25  2:19   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2017-09-25  2:19 UTC (permalink / raw)
  To: u-boot

On Mon, Sep 25, 2017 at 10:15 AM, Simon Glass <sjg@chromium.org> wrote:
> On 24 September 2017 at 01:00, Heinrich Schuchardt <xypron.glpk@gmx.de> 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 <xypron.glpk@gmx.de>
>> ---
>>  Makefile | 1 +
>>  1 file changed, 1 insertion(+)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
>
> Great!

Unfortunately this is no longer needed as Tom has posted patches to
include dtc source into U-Boot.

Regards,
Bin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-25  2:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-24  7:00 [U-Boot] [PATCH 1/1] Makefile: indicate dtc source location Heinrich Schuchardt
2017-09-25  2:15 ` Simon Glass
2017-09-25  2:19   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.