]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Move the main code into a function
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:09 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commitb4201af1316ca4784f028d482b9605f3ef44b7de
tree6a51ad7c15992f74a65cfcba709eedc4a6092575
parentc13c380ecd770a6b4695e6961abbc6cf6e9ca488
buildman: Move the main code into a function

Put this code into a function so it is easy for it be run when packaged.

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