diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-24 12:43:00 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-24 12:43:00 -0400 |
commit | 90c81f407dd4a7747385b10f9b8f732202c45cde (patch) | |
tree | e7200b32d45c2754df3f9445a48b6d113d968a33 /tools/buildman/control.py | |
parent | 1e94b46f73cedcebbff73799203f3266c5b28d90 (diff) | |
parent | ae84514feee209091d331a8baaa344ed8d8e905b (diff) |
Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
buildman file-keeping and build-progress improvements
dm tree enhancement
adjust meaning of bootph-pre-ram/sram
Diffstat (limited to 'tools/buildman/control.py')
-rw-r--r-- | tools/buildman/control.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py index f2ffb7f5b4a..8f6850c5211 100644 --- a/tools/buildman/control.py +++ b/tools/buildman/control.py @@ -621,7 +621,8 @@ def do_buildman(args, toolchains=None, make_func=None, brds=None, if not brds: brds = get_boards_obj(output_dir, args.regen_board_list, args.maintainer_check, args.full_check, - args.threads, args.verbose) + args.threads, args.verbose and + not args.print_arch and not args.print_prefix) if isinstance(brds, int): return brds |