]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Support a 'list' format
authorSimon Glass <sjg@chromium.org>
Thu, 18 Jul 2024 09:11:25 +0000 (10:11 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
commit00b0855aef3c6d14a435d33a799a0649cda34e5c
treeea0752bdddf1b94c721b08c9e9c00199cf2e2dd3
parent6bf44b48f9c4be65cbd0142e28558227ea4ae063
qconfig: Support a 'list' format

Add a flag to output the found list in a more user-friendly format, with
one board per line. Omit the board count.

This can be useful with grep, for example.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/qconfig.py