]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Sort the boards by name when finding
authorSimon Glass <sjg@chromium.org>
Thu, 18 Jul 2024 09:11:24 +0000 (10:11 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
commit6bf44b48f9c4be65cbd0142e28558227ea4ae063
treeb9ae7ebc3e12db03b40ce656c0089116257cc2e2
parent7ff80ece2159c1e73f11e1e1b9484e00d1dfeb76
qconfig: Sort the boards by name when finding

There is no particular ordering of the board list at present, since it
is generated by a multi-threaded process. Sort them by name to make it
easier to see if a particular board is present.

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