]> git.ipfire.org Git - people/ms/u-boot.git/commit
env: common: Drop env_get_addr()
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:21:52 +0000 (12:21 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Aug 2017 12:18:46 +0000 (08:18 -0400)
commit0219fb61c1378152b11f0e21e1e4db89081f15da
tree23df210ad00fc727a86dcc20f02cafa3129bdd8e
parentbcdfb8d5a531fbc65dceb60b4205f5a0fbd49a97
env: common: Drop env_get_addr()

This function is not used anywhere other than env_get_char(). Move the
code into that function.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
env/common.c