Re: [PATCH v2 2/2] sandbox: enable support of generic udp protocol

2020-09-05 Thread Simon Glass
On Mon, 31 Aug 2020 at 11:27, Philippe Reynes
 wrote:
>
> This commit enable the support of the generic udp protocol.
>
> Signed-off-by: Philippe Reynes 
> ---
>
> Changelog:
> v2:
> - new patch in the serie
>
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass 

But I think this needs to actually use it!


[PATCH v2 2/2] sandbox: enable support of generic udp protocol

2020-08-31 Thread Philippe Reynes
This commit enable the support of the generic udp protocol.

Signed-off-by: Philippe Reynes 
---

Changelog:
v2:
- new patch in the serie

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

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
-- 
2.7.4