commit | 598d30bd6819fed4f482a7180392682bbd6a60cb | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com> | Wed Jan 31 14:47:13 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 31 18:45:10 2018 -0500 |
tree | 9efb934b172125b0eed6b8ef35b5028190a1712e | |
parent | 9253ef8891308a9668763b174cf5f49d4bc32753 [diff] |
env: sf: use env_import_redund to simplify env_sf_load For the redundant environment configuration, env_sf_load still contained duplicate code instead of using env_import_redund(). Simplify the code by only executing the load twice and delegating everything else to env_import_redund. Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>