commit | 3065113d623de2d21aa80b66c8fb53e96c78ca1f | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Sat Oct 10 10:28:04 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 30 10:54:38 2020 -0400 |
tree | 4f3d71bf23252a4d327c5f029beb5680e40eba7f | |
parent | 5d8148d3e4e44092f9534c5c50730f30879c9063 [diff] |
env: split env_import_redund() into 2 functions split from env_import_redund() the part which checks which Environment is valid into a separate function called env_check_redund() and call it from env_import_redund(). So env_check_redund() can be used from places which also need to do this checks. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>