Skip to content
Snippets Groups Projects
Commit 2d48333e authored by Simon Glass's avatar Simon Glass
Browse files

buildman: Detect dtc warnings


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: default avatarSimon Glass <sjg@chromium.org>
parent 40232c91
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment