On Fri, 04 Apr 2025 11:56:07 +0200, Bernhard Messerklinger wrote: > At the moment a mixture of ifdef(CONFIG_IS_ENABLED) and > CONFIG_IS_ENABLED(SPI_FLASH_BAR) is used in the spi-nor framework. > This leads to misbehaviour in the SPL as there is no Kconfig option > CONFIG_SPL_SPI_FLASH_BAR. This commit standardizes the use of > CONFIG_SPI_FLASH to get SPLs that load U-Boot proper from the > SPI flash to work again. > > [...]
Applied to u-boot/master, thanks! [1/1] mtd: spi-nor: Use CONFIG_IS_ENABLED for CONFIG_SPI_FLASH_BAR defines commit: 37ccf4a949c4b8b24ed45495a0960695ddb3f7a7 -- Tom