Re: [PATCH v2 2/2] doc: Switch from printenv to env print
Marek Vasut via U-Boot <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On 7/28/26 7:22 PM, Heinrich Schuchardt wrote: > Am 28. Juli 2026 15:33:18 MESZ schrieb Marek Vasut <[email protected]>: >> 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 > > Hello Marek, > > An earlier version of the series was merged today. Please, create a patch for the delta. Fixed in [PATCH] doc: cmd: gpt: Reinstate gpt setenv , thanks .