diff mbox series

[2/2] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP

Message ID 20200929231414.2.I1805d30342d4e8cd8418960d4332e1507ed9b134@changeid
State Accepted
Commit d74fcee2d8b41ec809ef42e279b60190673897f4
Delegated to: Tom Rini
Headers show
Series [1/2] spl: Avoid printing boot device if silent console is enabled | expand

Commit Message

Otavio Salvador Sept. 30, 2020, 2:14 a.m. UTC
The USB SDP protocol require the SPL serial support to allow the build
to succeed.

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

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

Comments

Tom Rini Oct. 14, 2020, 5:43 p.m. UTC | #1
On Tue, Sep 29, 2020 at 11:14:29PM -0300, Otavio Salvador wrote:

> The USB SDP protocol require the SPL serial support to allow the build
> to succeed.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index af8255a8d6a..20c5c4af3c3 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