diff options
| author | Marek Vasut <[email protected]> | 2026-07-19 01:45:48 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-07-27 18:50:27 +0200 |
| commit | dc3765ede5a465739740df94e803f92fbbd0514a (patch) | |
| tree | f8a5cce7ff69c5d91dfcf4920bf1bbf25f033c96 /doc/android | |
| parent | 11a9a806f6d5497e48b48698ac762a57e70b2d6f (diff) | |
doc: Switch from setenv to env set
The "env" command is the recommended environment management command,
its "set" subcommand is the equivalent replacement for legacy "setenv"
command. Update the documentation to use the contemporary "env set"
command instead of legacy "setenv" command.
Note that the "setenv" 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@\<setenv\>@env set@g' $(git grep -li '\<setenv\>' doc/) README
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'doc/android')
| -rw-r--r-- | doc/android/avb2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/android/avb2.rst b/doc/android/avb2.rst index 4aca7a5c660..3ad450c080a 100644 --- a/doc/android/avb2.rst +++ b/doc/android/avb2.rst @@ -128,7 +128,7 @@ After flashing U-Boot don't forget to update environment and write new partition table:: => env default -f -a - => setenv partitions $partitions_android + => env set partitions $partitions_android => env save => gpt write mmc 1 $partitions_android |
