All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
@ 2020-09-05 21:36 Otavio Salvador
  2020-09-05 22:19 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2020-09-05 21:36 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 common/spl/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index af8255a8d6..20c5c4af3c 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1237,6 +1237,7 @@ endchoice
 
 config SPL_USB_SDP_SUPPORT
 	bool "Support SDP (Serial Download Protocol)"
+	depends on SPL_SERIAL_SUPPORT
 	help
 	  Enable Serial Download Protocol (SDP) device support in SPL. This
 	  allows to download images into memory and execute (jump to) them
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
  2020-09-05 21:36 [PATCH] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP Otavio Salvador
@ 2020-09-05 22:19 ` Fabio Estevam
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2020-09-05 22:19 UTC (permalink / raw)
  To: u-boot

Hi Otavio,

On Sat, Sep 5, 2020 at 6:37 PM Otavio Salvador <otavio@ossystems.com.br> wrote:
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Please always provide a commit log for the patches.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-05 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05 21:36 [PATCH] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP Otavio Salvador
2020-09-05 22:19 ` Fabio Estevam

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.