commit | 9ea93810575ae51dc4a05e99b34fe2af9aae5746 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 09 15:08:52 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 21 06:33:47 2020 -0600 |
tree | 811bd3950582645a3f28f57678a202687df15254 | |
parent | 6029af104a6d9c8513cad6e63c330fc12dd5fd5e [diff] |
buildman: Add an option to ignore device-tree warnings Unfortunately the plague of device-tree warnings has not lifted. These warnings infiltrate almost every build, adding noise and confusion. Add a buildman option to ignore them. This option works only with the summary option (-s). It does not affect the build process. Signed-off-by: Simon Glass <sjg@chromium.org>