
18 Dec
2021
18 Dec
'21
4:16 p.m.
On 12/18/21 10:08 AM, Simon Glass wrote:
This converts the following to Kconfig: CONFIG_TIMESTAMP
Signed-off-by: Simon Glass sjg@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