kbuild: remove unused dtc-version.sh script
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 25 Feb 2020 23:02:24 +0000 (08:02 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 16 Mar 2020 20:42:50 +0000 (16:42 -0400)
commitddb87a0b40262ff99d675e946f57427642303938
treef862227949608f9aad6df6c249b3afc8dd56d7c4
parent271cf2f421af072932404d56e6a7c97538d65de0
kbuild: remove unused dtc-version.sh script

This is U-Boot own code, and no longer used since commit 36dd5f1b8abc
("dtc: Switch to building and using our own dtc unless provided").

Prior to that commit, U-Boot relied on an external dtc, so this script
was used to check the dtc version.

Now U-Boot bundles our own dtc in script/dtc/dtc like Linux kernel.

Users are still allowed to pass DTC= option from the command line,
but they are supposed to choose correct version of dtc in this case.
So, we do not check the dtc version any more.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Kbuild.include
scripts/dtc-version.sh [deleted file]