commit | ee088aa7a43a82d5085e6457dab7841211b068d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 19 17:48:24 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 24 09:34:10 2023 -0600 |
tree | cd9e293ecf7a0df39898632f7627e732d4fe9d74 | |
parent | 060ee97afb87b68982dfbfcf7bdceedd975a8db6 [diff] |
buildman: Just display a single line for missing maintainers At present we get multiple lines of output when a board has no MAINTAINERS entry: WARNING: no status info for 'bananapi-m2-pro' WARNING: no maintainers for 'bananapi-m2-pro' Suppress the 'status' one since it is implied by the other. Signed-off-by: Simon Glass <sjg@chromium.org>