Re: [PATCH v3] tools: Add script to update git subtree projects

2024-07-31 Thread Tom Rini
On Thu, 25 Jul 2024 06:57:51 -0700, Raymond Mao wrote: > Recently we are introducing multiple git subtree projects and > it is the right time to have a universal script to update > various subtrees and replace the dts/update-dts-subtree.sh. > > update-subtree.sh is a wrapper of git subtree comman

[PATCH v3] tools: Add script to update git subtree projects

2024-07-25 Thread Raymond Mao
Recently we are introducing multiple git subtree projects and it is the right time to have a universal script to update various subtrees and replace the dts/update-dts-subtree.sh. update-subtree.sh is a wrapper of git subtree commands. Usage: From U-Boot top directory, run $ ./tools/update-subtre