Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0075838 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <robh@kernel.org>
parent f5525593
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
DTC_FLAGS_testcases := -Wno-interrupts_property
obj-y += testcases.dtb.o

targets += testcases.dtb testcases.dtb.S