public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: Simon Glass <sjg@chromium.org>,
	U-Boot Mailing List <u-boot@lists.denx.de>
Cc: "Tom Rini" <trini@konsulko.com>,
	"Joe Hershberger" <joe.hershberger@ni.com>,
	"Alban Bedel" <alban.bedel@aerq.com>,
	"Alexandru Gagniuc" <mr.nuke.me@gmail.com>,
	"Anatolij Gustschin" <agust@denx.de>,
	"Andrew F. Davis" <afd@ti.com>,
	"Angelo Dureghello" <angelo@sysam.it>,
	"Aswath Govindraju" <a-govindraju@ti.com>,
	"Bharat Gooty" <bharat.gooty@broadcom.com>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Chia-Wei, Wang" <chiawei_wang@aspeedtech.com>,
	"Chin-Liang See" <clsee@altera.com>,
	"Dalon Westergreen" <dwesterg@gmail.com>,
	"Dave Gerlach" <d-gerlach@ti.com>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Enric Balletbo i Serra" <enric.balletbo@collabora.com>,
	"Eugen Hristev" <eugen.hristev@microchip.com>,
	"Govindaraji Sivanantham" <Govindaraji.Sivanantham@in.bosch.com>,
	"Heiko Schocher" <hs@denx.de>,
	"Hiremath Gireesh" <Gireesh.Hiremath@in.bosch.com>,
	"Igor Grinberg" <grinberg@compulab.co.il>,
	"Igor Opaniuk" <igor.opaniuk@foundries.io>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Klaus Heinrich Kiwi" <klaus@linux.vnet.ibm.com>,
	"Kunihiko Hayashi" <hayashi.kunihiko@socionext.com>,
	"Ley Foon Tan" <ley.foon.tan@intel.com>,
	"Lokesh Vutla" <lokeshvutla@ti.com>,
	"Ludovic Desroches" <ludovic.desroches@microchip.com>,
	"Lukasz Majewski" <lukma@denx.de>,
	"Marcin Niestroj" <m.niestroj@grinn-global.com>,
	"Marek Behún" <marek.behun@nic.cz>,
	"Marek Vasut" <marek.vasut@gmail.com>,
	"Mario Six" <mario.six@gdsys.cc>,
	"Masahisa Kojima" <masahisa.kojima@linaro.org>,
	"Michael Walle" <michael@walle.cc>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Olaf Mandel" <o.mandel@menlosystems.com>,
	"Oleksandr Suvorov" <oleksandr.suvorov@toradex.com>,
	"Otavio Salvador" <otavio@ossystems.com.br>,
	"Patrice Chotard" <patrice.chotard@foss.st.com>,
	"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
	"Pavel Machek" <pavel@denx.de>,
	"Priyanka Jain" <priyanka.jain@nxp.com>,
	"Purna Chandra Mandal" <purna.mandal@microchip.com>,
	"Rajesh Bhagat" <rajesh.bhagat@nxp.com>,
	"Ramon Fried" <rfried.dev@gmail.com>,
	"Ran Wang" <ran.wang_1@nxp.com>,
	"Rayagonda Kokatanur" <rayagonda.kokatanur@broadcom.com>,
	"Rick Chen" <rick@andestech.com>,
	"Sandeep Sheriker M" <sandeep.sheriker@microchip.com>,
	"Sjoerd Simons" <sjoerd.simons@collabora.co.uk>,
	"Stefan Roese" <sr@denx.de>,
	"Steffen Jaeckel" <jaeckel-floss@eyet-services.de>,
	"Vitaly Andrianov" <vitalya@ti.com>,
	"Vladimir Oltean" <olteanv@gmail.com>,
	"Wasim Khan" <wasim.khan@nxp.com>, "Wolfgang Denk" <wd@denx.de>,
	"Wolfgang Grandegger" <wg@aries-embedded.de>,
	"Yangbo Lu" <yangbo.lu@nxp.com>,
	"Zubair Lutfullah Kakakhel" <Zubair.Kakakhel@imgtec.com>,
	uboot-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 3/4] Convert CONFIG_TIMESTAMP to Kconfig
Date: Sat, 18 Dec 2021 10:16:53 -0500	[thread overview]
Message-ID: <f2c32018-7708-6384-fe59-c1d45846d866@gmail.com> (raw)
In-Reply-To: <20211218150805.1083645-3-sjg@chromium.org>

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

  reply	other threads:[~2021-12-18 19:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 15:08 [PATCH 1/4] Convert CONFIG_KEEP_SERVERADDR to Kconfig Simon Glass
2021-12-18 15:08 ` [PATCH 2/4] Convert CONFIG_UDP_CHECKSUM " Simon Glass
2021-12-18 15:08 ` [PATCH 3/4] Convert CONFIG_TIMESTAMP " Simon Glass
2021-12-18 15:16   ` Sean Anderson [this message]
2021-12-21 12:31     ` Simon Glass
2021-12-18 15:08 ` [PATCH 4/4] Convert CONFIG_BOOTP_SERVERIP " Simon Glass
2021-12-18 15:15 ` [PATCH 1/4] Convert CONFIG_KEEP_SERVERADDR " Sean Anderson
2021-12-18 16:50   ` Tom Rini
2021-12-18 18:18     ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f2c32018-7708-6384-fe59-c1d45846d866@gmail.com \
    --to=seanga2@gmail.com \
    --cc=Gireesh.Hiremath@in.bosch.com \
    --cc=Govindaraji.Sivanantham@in.bosch.com \
    --cc=Zubair.Kakakhel@imgtec.com \
    --cc=a-govindraju@ti.com \
    --cc=afd@ti.com \
    --cc=agust@denx.de \
    --cc=alban.bedel@aerq.com \
    --cc=angelo@sysam.it \
    --cc=bharat.gooty@broadcom.com \
    --cc=bmeng.cn@gmail.com \
    --cc=chiawei_wang@aspeedtech.com \
    --cc=clsee@altera.com \
    --cc=d-gerlach@ti.com \
    --cc=dinguyen@kernel.org \
    --cc=dwesterg@gmail.com \
    --cc=enric.balletbo@collabora.com \
    --cc=eugen.hristev@microchip.com \
    --cc=grinberg@compulab.co.il \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=hs@denx.de \
    --cc=igor.opaniuk@foundries.io \
    --cc=jaeckel-floss@eyet-services.de \
    --cc=jh80.chung@samsung.com \
    --cc=joe.hershberger@ni.com \
    --cc=klaus@linux.vnet.ibm.com \
    --cc=ley.foon.tan@intel.com \
    --cc=lokeshvutla@ti.com \
    --cc=ludovic.desroches@microchip.com \
    --cc=lukma@denx.de \
    --cc=m.niestroj@grinn-global.com \
    --cc=marek.behun@nic.cz \
    --cc=marek.vasut@gmail.com \
    --cc=mario.six@gdsys.cc \
    --cc=masahisa.kojima@linaro.org \
    --cc=michael@walle.cc \
    --cc=michal.simek@xilinx.com \
    --cc=mr.nuke.me@gmail.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=o.mandel@menlosystems.com \
    --cc=oleksandr.suvorov@toradex.com \
    --cc=olteanv@gmail.com \
    --cc=otavio@ossystems.com.br \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=pavel@denx.de \
    --cc=priyanka.jain@nxp.com \
    --cc=purna.mandal@microchip.com \
    --cc=rajesh.bhagat@nxp.com \
    --cc=ran.wang_1@nxp.com \
    --cc=rayagonda.kokatanur@broadcom.com \
    --cc=rfried.dev@gmail.com \
    --cc=rick@andestech.com \
    --cc=sandeep.sheriker@microchip.com \
    --cc=sjg@chromium.org \
    --cc=sjoerd.simons@collabora.co.uk \
    --cc=sr@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    --cc=vitalya@ti.com \
    --cc=wasim.khan@nxp.com \
    --cc=wd@denx.de \
    --cc=wg@aries-embedded.de \
    --cc=yangbo.lu@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox