env: tool: add command line option to input lockfile path
authorB, Ravi <ravibabu@ti.com>
Mon, 26 Sep 2016 12:54:08 +0000 (18:24 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 8 Oct 2016 13:33:34 +0000 (09:33 -0400)
commitd40dbfb7405cb74946ba0a6e9058045fdb5bddaf
tree4960e47d9ae4b2544bc12734b1e4f1e5a3374149
parent279dcd8975e81bc90e349813a7c3b56c3d353a45
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>
tools/env/fw_env.h
tools/env/fw_env_main.c