binman: build_from_git: Add argument specifying branch
authorLeonard Anderweit <l.anderweit@phytec.de>
Wed, 26 Feb 2025 21:04:59 +0000 (22:04 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 12 Mar 2025 16:25:25 +0000 (10:25 -0600)
commit5f2096d2bc58ac265110777d08673a0e4b27cd84
tree01024007cbf354767bf946328a6b48bfb0332c8d
parent57bbc4de75f6f6eb066462c777bf18cb8b8d4631
binman: build_from_git: Add argument specifying branch

Add optional argument git_branch to build_from_git. The new argument
allows specifying which branch of the repo to use.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/bintool.py