commit | e24ac99249e3637f9b4d2355f81a0058605a3d56 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 23 13:44:07 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 04 09:25:21 2023 -0600 |
tree | ff8d1694eb6a8e0497d0eb20b066a2a01e414425 | |
parent | 4fd16e66ad43c40d84fc4696f3f4f7195a33fb34 [diff] |
moveconfig: Reduce the amount of output Output a single line in the case where the defconfig only has one line of output. Show the name without the _defconfig suffix, since that is the same for all boards. Use a list for the log so it is easier to process at the end. Signed-off-by: Simon Glass <sjg@chromium.org>