]> git.ipfire.org Git - thirdparty/u-boot.git/commit
moveconfig: Reduce the amount of output
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:44:07 +0000 (13:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:21 +0000 (09:25 -0600)
commit9461bf0d65acb1b758c94dd722b10d471b2c8675
treeff8d1694eb6a8e0497d0eb20b066a2a01e414425
parent5aba58cf3bc4c1a094416b1ed5f2e5e9790b6f61
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>
tools/moveconfig.py