From 8a305df7329b0c13ad3dd346d2e74e58fe7b97ee Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Thu, 17 Oct 2024 14:37:49 +0200 Subject: [PATCH] boards: st: remove the pre_dt_board wihout with ospi node Since the ospi@ node does not exist anymore for the stm32u5 device there is no more need for this pre_dt_board.cmake file. Signed-off-by: Francois Ramu --- boards/st/b_u585i_iot02a/pre_dt_board.cmake | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 boards/st/b_u585i_iot02a/pre_dt_board.cmake diff --git a/boards/st/b_u585i_iot02a/pre_dt_board.cmake b/boards/st/b_u585i_iot02a/pre_dt_board.cmake deleted file mode 100644 index 812d18cdf6c..00000000000 --- a/boards/st/b_u585i_iot02a/pre_dt_board.cmake +++ /dev/null @@ -1,3 +0,0 @@ - -# SPI is implemented via octospi so node name isn't spi@... -list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge")