commit | ccb293f30d203eb43797238b6dfe6d2eccdf66ef | [log] [tgz] |
---|---|---|
author | B, Ravi <ravibabu@ti.com> | Mon Sep 26 18:24:08 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 08 09:33:34 2016 -0400 |
tree | 4960e47d9ae4b2544bc12734b1e4f1e5a3374149 | |
parent | acd0cabf2ba08d69ab93cdf4658887329080e665 [diff] |
env: tool: add command line option to input lockfile path The default lockname is set to /var/lock. This limits the usage of this application where OS uses different lockfile location parameter. For example, In case of android, the default lock path location is /data. Hence by providing the command line option to input lockfile path will be useful to reuse the tool across multiple operating system. usage: ./fw_printenv -l <lockfile path> Signed-off-by: Ravi Babu <ravibabu@ti.com>