summaryrefslogtreecommitdiff
path: root/tools/buildman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-20 02:49:12 +0300
committerSimon Glass <sjg@chromium.org>2023-07-24 18:34:11 +0300
commit8926025eabf73828b987425ebcf2caf6bb17acee (patch)
tree606741b221e9df4662f31f78fd4869246012a1cd /tools/buildman
parentcc923fafbc5ec2f45757ff4db077d6b0e3f0aa21 (diff)
downloadu-boot-8926025eabf73828b987425ebcf2caf6bb17acee.tar.xz
buildman: Drop unnecessary assignment of config_out
This is already set up earlier in the function, so drop the extra assignment. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rw-r--r--tools/buildman/builderthread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py
index f110137e8f..ad12e9ede7 100644
--- a/tools/buildman/builderthread.py
+++ b/tools/buildman/builderthread.py
@@ -286,7 +286,6 @@ class BuilderThread(threading.Thread):
cfg_file = os.path.join(out_dir, '.config')
cmd_list = []
if do_config or adjust_cfg:
- config_out = ''
if self.mrproper:
result = self.make(commit, brd, 'mrproper', cwd,
'mrproper', *args, env=env)