Select Git revision
env
-
-
- Open in your IDE
- Download source code
- Download this directory
Forked from
Reform / reform-boundary-uboot
Simon Goldschmidt
authored
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>