mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
40232c91d7
commit
2d48333e44
2 changed files with 6 additions and 3 deletions
|
@ -46,8 +46,9 @@ make[1]: *** [main.o] Error 1
|
|||
make: *** [common/libcommon.o] Error 2
|
||||
Make failed
|
||||
''',
|
||||
'''main.c: In function 'main_loop3':
|
||||
main.c:280:6: warning: unused variable 'mary' [-Wunused-variable]
|
||||
'''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
|
||||
''',
|
||||
'''powerpc-linux-ld: warning: dot moved backwards before `.bss'
|
||||
powerpc-linux-ld: warning: dot moved backwards before `.bss'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue