diff mbox series

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

Message ID 1600431182-25158-2-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit 6b981a224e86b77a983438fd90cc90dd511fbb1a
Delegated to: Tom Rini
Headers show
Series [v4,1/3] net: add a generic udp protocol | expand

Commit Message

Philippe REYNES Sept. 18, 2020, 12:13 p.m. UTC
This commit enable the support of the generic udp protocol.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

Changelog:
v4:
- no change
v3:
- no change
v2:
- new patch in the serie

 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 1, 2020, 2:10 p.m. UTC | #1
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 <philippe.reynes@softathome.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

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

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 6e9f029..5ceff7d 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -102,6 +102,7 @@  CONFIG_ENV_IS_NOWHERE=y
 CONFIG_ENV_IS_IN_EXT4=y
 CONFIG_ENV_EXT4_INTERFACE="host"
 CONFIG_ENV_EXT4_DEVICE_AND_PART="0:0"
+CONFIG_PROT_UDP=y
 CONFIG_BOOTP_SEND_HOSTNAME=y
 CONFIG_NETCONSOLE=y
 CONFIG_IP_DEFRAG=y