]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools/env: allow to pass NULL for environment options
authorAndreas Fenkart <andreas.fenkart@digitalstrom.com>
Tue, 31 May 2016 07:21:56 +0000 (09:21 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 31 May 2016 14:23:10 +0000 (10:23 -0400)
commit14070e69ad6d01abf65c06150dc9302bca1b7973
treeab43e8e82b6b589e25237c5690337f779b7cad39
parent6f41751f4683aaf310b31b29c26e3da5f478dc07
tools/env: allow to pass NULL for environment options

If users of the library are happy with the default, e.g. config file
name. They can pass NULL as the opts pointer. This simplifies the
transition of existing library users.
FIXES a compile error. since common_args has been removed by
a previous patch

Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>
tools/env/fw_env.c