* [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI
@ 2025-08-28 13:52 Heinrich Schuchardt
2025-08-29 2:27 ` Peng Fan
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2025-08-28 13:52 UTC (permalink / raw)
To: Tom Rini
Cc: Oliver Gaskell, Greg Malysa, Peng Fan, Nathan Barrett-Morrison,
Marek Vasut, Andre Przywara, Jerome Forissier, Ye Li, Simon Glass,
Anshul Dalal, Dario Binacchi, u-boot, Heinrich Schuchardt
The SPI flash driver does not build without SPI support enabled.
Fixes: 4151f4f822bb ("spl: Rework and tighten some dependencies")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
common/spl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index ab05536bd02..f34b96efc02 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1141,7 +1141,7 @@ config SPL_DM_SPI
config SPL_DM_SPI_FLASH
bool "Support SPI DM FLASH drivers in SPL"
- depends on SPL_DM
+ depends on SPL_DM_SPI
help
Enable support for SPI DM flash drivers in SPL.
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI
2025-08-28 13:52 [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI Heinrich Schuchardt
@ 2025-08-29 2:27 ` Peng Fan
2025-08-29 2:57 ` Anshul Dalal
2025-09-11 17:12 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Peng Fan @ 2025-08-29 2:27 UTC (permalink / raw)
To: Heinrich Schuchardt, Tom Rini
Cc: Oliver Gaskell, Greg Malysa, Nathan Barrett-Morrison, Marek Vasut,
Andre Przywara, Jerome Forissier, Ye Li, Simon Glass,
Anshul Dalal, Dario Binacchi, u-boot@lists.denx.de
> Subject: [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI
>
> The SPI flash driver does not build without SPI support enabled.
>
> Fixes: 4151f4f822bb ("spl: Rework and tighten some dependencies")
> Signed-off-by: Heinrich Schuchardt
> <heinrich.schuchardt@canonical.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI
2025-08-28 13:52 [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI Heinrich Schuchardt
2025-08-29 2:27 ` Peng Fan
@ 2025-08-29 2:57 ` Anshul Dalal
2025-09-11 17:12 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Anshul Dalal @ 2025-08-29 2:57 UTC (permalink / raw)
To: Heinrich Schuchardt, Tom Rini
Cc: Oliver Gaskell, Greg Malysa, Peng Fan, Nathan Barrett-Morrison,
Marek Vasut, Andre Przywara, Jerome Forissier, Ye Li, Simon Glass,
Dario Binacchi, u-boot
On Thu Aug 28, 2025 at 7:22 PM IST, Heinrich Schuchardt wrote:
> The SPI flash driver does not build without SPI support enabled.
>
> Fixes: 4151f4f822bb ("spl: Rework and tighten some dependencies")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Anshul Dalal <anshuld@ti.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI
2025-08-28 13:52 [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI Heinrich Schuchardt
2025-08-29 2:27 ` Peng Fan
2025-08-29 2:57 ` Anshul Dalal
@ 2025-09-11 17:12 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2025-09-11 17:12 UTC (permalink / raw)
To: Heinrich Schuchardt
Cc: Oliver Gaskell, Greg Malysa, Peng Fan, Nathan Barrett-Morrison,
Marek Vasut, Andre Przywara, Jerome Forissier, Ye Li, Simon Glass,
Anshul Dalal, Dario Binacchi, u-boot
On Thu, 28 Aug 2025 15:52:35 +0200, Heinrich Schuchardt wrote:
> The SPI flash driver does not build without SPI support enabled.
>
>
Applied to u-boot/master, thanks!
[1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI
commit: 2083378ff0f096789dcc84a3e5b57891e053421c
--
Tom
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-11 17:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 13:52 [PATCH 1/1] spl: SPL_DM_SPI_FLASH depends on SPL_DM_SPI Heinrich Schuchardt
2025-08-29 2:27 ` Peng Fan
2025-08-29 2:57 ` Anshul Dalal
2025-09-11 17:12 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.