Re: [PATCH v2 141/169] Correct SPL use of SPI_FLASH_BAR

2023-02-12 Thread Simon Glass
Hi Tom, On Wed, 8 Feb 2023 at 18:30, Tom Rini wrote: > > On Sun, Feb 05, 2023 at 05:55:08PM -0700, Simon Glass wrote: > > > This converts 1 usage of this option to the non-SPL form, since there is > > no SPL_SPI_FLASH_BAR defined in Kconfig > > > > Signed-off-by: Simon Glass > > This is used to

Re: [PATCH v2 141/169] Correct SPL use of SPI_FLASH_BAR

2023-02-08 Thread Tom Rini
On Sun, Feb 05, 2023 at 05:55:08PM -0700, Simon Glass wrote: > This converts 1 usage of this option to the non-SPL form, since there is > no SPL_SPI_FLASH_BAR defined in Kconfig > > Signed-off-by: Simon Glass This is used to avoid unused code on at least xilinx_zynqmp_virt. -- Tom signature

[PATCH v2 141/169] Correct SPL use of SPI_FLASH_BAR

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_SPI_FLASH_BAR defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/mtd/spi/spi-nor-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spi-nor-core.