commit | de31e600fab42779e22b261966db8ff2f2f535fd | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Feb 22 15:06:02 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 29 22:24:05 2024 -0500 |
tree | 1b211e5daf1a92bb34bfc95580b74ae7bafa4141 | |
parent | f7e52843e12021eb6f7f1733bcf4527cc905ec6a [diff] |
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>