Re: [PATCHv4 2/3] sandbox: enable support of generic udp protocol

2020-10-01 Thread Tom Rini
On Fri, Sep 18, 2020 at 02:13:01PM +0200, Philippe Reynes wrote: > This commit enable the support of the generic udp protocol. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCHv4 2/3] sandbox: enable support of generic udp protocol

2020-09-18 Thread Philippe Reynes
This commit enable the support of the generic udp protocol. Signed-off-by: Philippe Reynes Reviewed-by: Simon Glass --- Changelog: v4: - no change v3: - no change v2: - new patch in the serie configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconf