mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
moveconfig: Drop the initial output
Since moveconfig now just does what it is told (build database or sync defconfigs) we don't need to print what it is doing. Drop this info, which is of very little use. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
dc1d2e6c7f
commit
fc07d99e6a
1 changed files with 0 additions and 6 deletions
|
@ -727,12 +727,6 @@ def move_config(toolchains, args, db_queue, col):
|
|||
db_queue (Queue): Queue for database updates
|
||||
col (terminal.Color): Colour object
|
||||
"""
|
||||
if args.force_sync:
|
||||
print('Syncing defconfigs', end=' ')
|
||||
elif args.build_db:
|
||||
print(f'Building {CONFIG_DATABASE} database')
|
||||
print(f'(jobs: {args.jobs})\n')
|
||||
|
||||
if args.git_ref:
|
||||
reference_src = ReferenceSource(args.git_ref)
|
||||
reference_src_dir = reference_src.get_dir()
|
||||
|
|
Loading…
Reference in a new issue