All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Marek Vasut <marek.vasut+renesas@mailbox.org>, u-boot@lists.denx.de
Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	Anup Patel <anup@brainfault.org>,
	Atish Patra <atishp@atishpatra.org>,
	Daniel Golle <daniel@makrotopia.org>,
	Dillon Min <dillon.minfei@gmail.com>, E Shattow <e@freeshell.de>,
	Fabio Estevam <festevam@gmail.com>,
	Frank Wunderlich <frank-w@public-files.de>,
	Hal Feng <hal.feng@starfivetech.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Igor Opaniuk <igor.opaniuk@gmail.com>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	James Hilliard <james.hilliard1@gmail.com>,
	Kamil Lulko <kamil.lulko@gmail.com>,
	Lukasz Majewski <lukma@nabladev.com>,
	Mattijs Korpershoek <mkorpershoek@kernel.org>,
	Max Merchel <Max.Merchel@ew.tq-group.com>,
	Michal Simek <michal.simek@amd.com>,
	Minda Chen <minda.chen@starfivetech.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>,
	Nora Schiffer <nora.schiffer@ew.tq-group.com>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Patrick Delaunay <patrick.delaunay@foss.st.com>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	Quentin Schulz <quentin.schulz@cherry.de>,
	Sam Protsenko <semen.protsenko@linaro.org>,
	Simon Glass <sjg@chromium.org>,
	Stefano Babic <sbabic@nabladev.com>,
	Tom Rini <trini@konsulko.com>,
	u-boot@ew.tq-group.com, uboot-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 2/2] doc: Switch from printenv to env print
Date: Fri, 24 Jul 2026 14:54:42 +0200	[thread overview]
Message-ID: <87o6fw7dkd.fsf@kernel.org> (raw)
In-Reply-To: <20260718234617.98664-2-marek.vasut+renesas@mailbox.org>

Hi Marek,

Thank you for the patch.

On Sun, Jul 19, 2026 at 01:45, Marek Vasut <marek.vasut+renesas@mailbox.org> wrote:

> The "env" command is the recommended environment management command,
> its "print" subcommand is the equivalent replacement for legacy "printenv"
> command. Update the documentation to use the contemporary "env print"
> command instead of legacy "printenv" command.
>
> Note that the "printenv" command is unlikely to be removed from U-Boot
> in the near future due to it being integral part of the command line
> ABI.
>
> Implemented using:
> $ sed -i 's@\<printenv\>@env print@g' $(git grep -li '\<printenv\>' doc/) README
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>


  reply	other threads:[~2026-07-24 14:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-18 23:45 [PATCH 1/2] doc: Switch from setenv to env set Marek Vasut
2026-07-18 23:45 ` [PATCH 2/2] doc: Switch from printenv to env print Marek Vasut
2026-07-24 12:54   ` Mattijs Korpershoek [this message]
2026-07-28 11:52   ` Simon Glass
2026-07-24 12:54 ` [PATCH 1/2] doc: Switch from setenv to env set Mattijs Korpershoek
2026-07-28 11:50 ` 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=87o6fw7dkd.fsf@kernel.org \
    --to=mkorpershoek@kernel.org \
    --cc=Max.Merchel@ew.tq-group.com \
    --cc=anup@brainfault.org \
    --cc=atishp@atishpatra.org \
    --cc=daniel@makrotopia.org \
    --cc=dillon.minfei@gmail.com \
    --cc=e@freeshell.de \
    --cc=festevam@gmail.com \
    --cc=frank-w@public-files.de \
    --cc=hal.feng@starfivetech.com \
    --cc=igor.opaniuk@gmail.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=iwamatsu@nigauri.org \
    --cc=james.hilliard1@gmail.com \
    --cc=kamil.lulko@gmail.com \
    --cc=lukma@nabladev.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=michal.simek@amd.com \
    --cc=minda.chen@starfivetech.com \
    --cc=neil.armstrong@linaro.org \
    --cc=nora.schiffer@ew.tq-group.com \
    --cc=palmer@dabbelt.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=paul.walmsley@sifive.com \
    --cc=quentin.schulz@cherry.de \
    --cc=sbabic@nabladev.com \
    --cc=semen.protsenko@linaro.org \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@ew.tq-group.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    --cc=xypron.glpk@gmx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.