[PATCH 3/4] Convert CONFIG_TIMESTAMP to Kconfig

Sean Anderson seanga2 at gmail.com
Sat Dec 18 16:16:53 CET 2021


On 12/18/21 10:08 AM, Simon Glass wrote:
> This converts the following to Kconfig:
>     CONFIG_TIMESTAMP
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---

[...]

> diff --git a/net/Kconfig b/net/Kconfig
> index 3d3329912da..1983506bb8e 100644
> --- a/net/Kconfig
> +++ b/net/Kconfig
> @@ -109,6 +109,7 @@ config KEEP_SERVERADDR
>   
>   config UDP_CHECKSUM
>   	bool "Check the UDP checksum"
> +	default y if SANDBOX
>   	help
>   	  Enable this to verify the checksum on UDP packets. If the checksum
>   	  is wrong then the packet is discussed and an error is shown, like

Should this hunk be part of the previous patch?

--Sean


More information about the U-Boot mailing list