[RESEND PATCH 2/6] spi: fsl_qspi: Build driver only if DM_SPI is available

2021-07-10 Thread sbabic
> From: Frieder Schrempf > The driver depends on DM_SPI and if it's not available (e. g. in SPL), > then we should not try to build it as this will fail. > Signed-off-by: Frieder Schrempf Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===

[RESEND PATCH 2/6] spi: fsl_qspi: Build driver only if DM_SPI is available

2021-07-10 Thread sbabic
> From: Frieder Schrempf > The driver depends on DM_SPI and if it's not available (e. g. in SPL), > then we should not try to build it as this will fail. > Signed-off-by: Frieder Schrempf Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===

[RESEND PATCH 2/6] spi: fsl_qspi: Build driver only if DM_SPI is available

2021-06-07 Thread Frieder Schrempf
From: Frieder Schrempf The driver depends on DM_SPI and if it's not available (e. g. in SPL), then we should not try to build it as this will fail. Signed-off-by: Frieder Schrempf --- drivers/spi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Makefile