commit | d40d80429c4ba27d5916aadfe7cffe7c7e89de6b | [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 | 082af92e4b497358d86f6a60acd4b3a062ba9eb1 [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>