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

2020-10-14 Thread Tom Rini
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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

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

2020-09-29 Thread Otavio Salvador
The USB SDP protocol require the SPL serial support to allow the build to succeed. Signed-off-by: Otavio Salvador --- common/spl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index af8255a8d6a..20c5c4af3c3 100644 --- a/common/spl/Kconfig