tools: env: update lock path in README
Commitaeb40f1166
("tools: env: use /run to store lockfile") updated the path to the lockfile but did not update the documentation to match. Use the new path in the documentation. Fixes:aeb40f1166
("tools: env: use /run to store lockfile") Signed-off-by: John Keeping <john@metanate.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cc6259832a
commit
51e0cacca7
1 changed files with 1 additions and 1 deletions
2
tools/env/README
vendored
2
tools/env/README
vendored
|
@ -59,5 +59,5 @@ this environment instance. On NAND this is used to limit the range
|
||||||
within which bad blocks are skipped, on NOR it is not used.
|
within which bad blocks are skipped, on NOR it is not used.
|
||||||
|
|
||||||
To prevent losing changes to the environment and to prevent confusing the MTD
|
To prevent losing changes to the environment and to prevent confusing the MTD
|
||||||
drivers, a lock file at /var/lock/fw_printenv.lock is used to serialize access
|
drivers, a lock file at /run/fw_printenv.lock is used to serialize access
|
||||||
to the environment.
|
to the environment.
|
||||||
|
|
Loading…
Reference in a new issue