Hi, On Tue, 01 Oct 2024 18:06:10 +0200, Neil Armstrong wrote: > With DM_SPI_FLASH is enabled, the code uses the legacy > SPI FLASH code leading to probable errors since it doesn't > use speed and mode provided by DT. > > This adds the DM functions as dummy inline functions > to add both legacy and DM support in DFU sf code avoiding > using #if/#else conditionals. > > [...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu) [1/2] spi: add DM_SPI_FLASH compatibility inline functions https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/0872ac098a400632f02ae442dde65d77cc7eb1cb [2/2] dfu: sf: rely on DT for spi speed and mode https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/97c29f868dd4e6d8f38d1cfdd964fb6b2b40267c -- Mattijs