boards: suppress dtc warning for SPI bridge on ST

Get rid of warnings

Signed-off-by: Toon Stegen <toon@toostsolutions.be>
This commit is contained in:
Toon Stegen 2023-10-16 12:31:50 +03:00 committed by David Leach
parent 8b96814676
commit c860542cf1

View file

@ -0,0 +1,3 @@
# SPI is implemented via octospi so node name isn't spi@...
list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge")