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

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Sep 24 07:00:44 UTC 2017


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 at 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



More information about the U-Boot mailing list