]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Move fetch-arch code into a separate function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:34 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit0ce3c797b0b07327e944f7173c25435ff4a73f81
tree94b6d806381b6495df7cfc2e5a187b23c50f81de
parent5a1483ae7bfd341ca47181f6870896bcb97fcc9e
buildman: Move fetch-arch code into a separate function

Reduce the size of the do_buildman() function a little by moving the code
that handles --fetch-arch into a separate function.

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