test/py: Move U-Boot building into a function
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:56 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
commit486680272e38890f4938ec2a8673c66f42cc5c45
treeec99c317322dd1b78961fd826f1cd82bb794da2c
parentf6e6022ff1b13260ce60123dc6b2ecc369c0234f
test/py: Move U-Boot building into a function

This is a lot of code in a function that is too long. Split out the
building code.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py