]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Move board-selection code into a function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:39 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commit0d4874fc0df5f5233c3c11805df834759b654032
tree941e627c3f2db9400bfac92d5fde852fcb9693e9
parent26d9077c9dff63589e85efd7b4126fbe415ea511
buildman: Move board-selection code into a function

Create a new determine_boards() function to hold the code which selects
which boards to build.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py