aboutsummaryrefslogtreecommitdiff
path: root/tools/env
diff options
context:
space:
mode:
authorJohn Keeping2023-04-12 12:24:26 +0100
committerTom Rini2023-04-25 15:31:28 -0400
commit51e0cacca7b8039a6c37cbd6b5f77ac2e91045f2 (patch)
tree6286caed7ca3a0b0522034d051e2aa6a5a08ab16 /tools/env
parentcc6259832a11093f5c6dd0183263de26eb49d8b1 (diff)
tools: env: update lock path in README
Commit aeb40f1166e0 ("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>
Diffstat (limited to 'tools/env')
-rw-r--r--tools/env/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/env/README b/tools/env/README
index 709251383c6..480a893202f 100644
--- a/tools/env/README
+++ b/tools/env/README
@@ -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.
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.