env: Drop env_init_new()
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:22:05 +0000 (12:22 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 16 Aug 2017 00:50:29 +0000 (20:50 -0400)
commit6eeae42469d89d51f36b2bf1d74b091340194805
treeec155799867bcd2c0bf365f53357ed192d79047c
parent98b5755fb0484ac575b66784865bde2b30ea1d87
env: Drop env_init_new()

Now that env_init() is only defined once we can drop the env_init_new()
name and just use env_init().

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