commit | 7938822a6b75b69fff9793b6b1769dddf1249525 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 03 12:22:02 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 15 20:50:27 2017 -0400 |
tree | 10eacede3b5e5e51bac424bd54036dedb97c4d8f | |
parent | e5bce247b01ae057f05cc80178f0df28ec1d27a7 [diff] |
env: Drop common init() functions Most of the init() implementations just use the default environment. Adjust env_init_new() to do this automatically, and drop the redundant code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>