mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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>
This commit is contained in:
parent
cc923fafbc
commit
8926025eab
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user