[U-Boot] [PATCH 2/4] buildman: Detect dtc warnings

sjg at google.com sjg at google.com
Thu Nov 22 20:21:49 UTC 2018


At present messages from the device-tree compiler like this:

  arch/arm/dts/socfpga_arria10_socdk_sdmmc.dtb: Warning
     (avoid_unnecessary_addr_size): /clocks: unnecessary
     #address-cells/#size-cells without "ranges" or child "reg" property

are detected as errors since they don't match the gcc warning regex. Add a
new one for dtc to fix this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/buildman/builder.py | 4 +++-
 tools/buildman/test.py    | 5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

Applied to u-boot-dm/master, thanks!


More information about the U-Boot mailing list