Sfoglia il codice sorgente

of: unittest: disable interrupts_property warning

The testcases.dts has purposely bad data which now generates a dtc warning:

drivers/of/unittest-data/testcases.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /testcase-data/testcase-device2

Disable this warning for now. The proper solution is to split the unit
tests into good and bad data.

Signed-off-by: Rob Herring <robh@kernel.org>
Rob Herring 7 anni fa
parent
commit
c00758387c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      drivers/of/unittest-data/Makefile

+ 1 - 0
drivers/of/unittest-data/Makefile

@@ -1,3 +1,4 @@
+DTC_FLAGS_testcases := -Wno-interrupts_property
 obj-y += testcases.dtb.o
 obj-y += testcases.dtb.o
 
 
 targets += testcases.dtb testcases.dtb.S
 targets += testcases.dtb testcases.dtb.S