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

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

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!

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
participants (3)
-
Bin Meng
-
Heinrich Schuchardt
-
Simon Glass