]> git.baikalelectronics.ru Git - uboot.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)
commitf636a5edca4b41f78e151cd1ae48c8d379afc4ae
tree941e627c3f2db9400bfac92d5fde852fcb9693e9
parentf8b5c2ee3bf5e1c76328f71927c5f7e4e5ef71db
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