]> git.dujemihanovic.xyz Git - u-boot.git/commit
dts: Add script to uprev dts/upstream subtree
authorSumit Garg <sumit.garg@linaro.org>
Thu, 22 Feb 2024 09:36:02 +0000 (15:06 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 1 Mar 2024 03:24:05 +0000 (22:24 -0500)
commitb841ca6ae646d04ef2fe066f7b9af6e8b20cd25f
tree1b211e5daf1a92bb34bfc95580b74ae7bafa4141
parente3a9829c87422417986432a8007786cd6f6e1c8e
dts: Add script to uprev dts/upstream subtree

dts/update-dts-subtree.sh is just a wrapper around git subtree commands.
Usage from the top level U-Boot source tree, run:

$ ./dts/update-dts-subtree.sh pull <release-tag>
$ ./dts/update-dts-subtree.sh pick <commit-id>

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
dts/update-dts-subtree.sh [new file with mode: 0755]