mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
tools: moveconfig: display log when savedefconfig occurs
Now, "make savedefconfig" does not always happen. Display the log when it happens. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
7fb0bacd38
commit
c1c4d0f056
1 changed files with 2 additions and 1 deletions
|
@ -649,7 +649,8 @@ class Slot:
|
|||
if not updated:
|
||||
self.finish(True)
|
||||
return True
|
||||
"""Save off the defconfig in a consistent way"""
|
||||
self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
|
||||
"Syncing by savedefconfig...\n")
|
||||
cmd = list(self.make_cmd)
|
||||
cmd.append('savedefconfig')
|
||||
self.ps = subprocess.Popen(cmd, stdout=self.devnull,
|
||||
|
|
Loading…
Reference in a new issue