
4 Oct
2023
4 Oct
'23
7:58 p.m.
There is no point in listing a board if everything went well. It makes it harder to see the failures, particularly on a fast machine.
Suppress output unless something actually happened.
Drop the 'Syncing by savedefconfig' since this is selected by the -s and is the same for all boards in this mode.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: - Fix 'Supress' typo
tools/moveconfig.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Applied to u-boot-dm, thanks!