commit | 5aba58cf3bc4c1a094416b1ed5f2e5e9790b6f61 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 23 13:44:06 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 04 09:25:21 2023 -0600 |
tree | b63b7d81c0a3598f76528bdd3a322d90d04a46ad | |
parent | f297ba33e99324b30355a5e935717936fe527927 [diff] |
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>