
29 Jul
2024
29 Jul
'24
6:19 p.m.
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 ---
Changes in v2: - Add new patch to support a 'list' format
tools/qconfig.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-)
Applied to u-boot-dm, thanks!