mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
buildman: Drop some unnecessary variables
Drop some variables at the end of the do_bulidman() function. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
68f917c0b1
commit
985d7ae4de
@ -616,9 +616,5 @@ def do_buildman(options, args, toolchains=None, make_func=None, brds=None,
|
||||
|
||||
TEST_BUILDER = builder
|
||||
|
||||
# Work out which boards to build
|
||||
board_selected = brds.get_selected_dict()
|
||||
|
||||
commits = series.commits if series else None
|
||||
retval = run_builder(builder, commits, board_selected, options)
|
||||
return retval
|
||||
return run_builder(builder, series.commits if series else None,
|
||||
brds.get_selected_dict(), options)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user