]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
tools: env: update lock path in README
authorJohn Keeping <john@metanate.com>
Wed, 12 Apr 2023 11:24:26 +0000 (12:24 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 19:31:28 +0000 (15:31 -0400)
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>
tools/env/README

index 709251383c6dc22eead9521b195fd389de6b45ed..480a893202f747f95c62873aa52de90f1285bc15 100644 (file)
@@ -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.