]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6aab1f5b2a2fc1e836862e903ce25aaa88b490d4
treef862227949608f9aad6df6c249b3afc8dd56d7c4
parent46884900531f87517476184fa5bb0035bceaf85b
kbuild: remove unused dtc-version.sh script

This is U-Boot own code, and no longer used since commit 90754b7973c9
("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]