]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Only show output when there is a reason
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:44:06 +0000 (13:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:21 +0000 (09:25 -0600)
commit5aba58cf3bc4c1a094416b1ed5f2e5e9790b6f61
treeb63b7d81c0a3598f76528bdd3a322d90d04a46ad
parentf297ba33e99324b30355a5e935717936fe527927
moveconfig: Only show output when there is a reason

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>
tools/moveconfig.py