commit | 6d8d8400a2bee44e0efbd7dbcfa33965560370d6 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 28 11:51:17 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 31 10:13:00 2020 -0400 |
tree | f300410fb1b42df628e7ccb51885ade1953f3b32 | |
parent | 22140d16e56cec3c2ea17a0abaf3d061ccbee039 [diff] |
env: correctly handle env_load_prio Only update gd->env_load_prio in generic function env_load() and no more in the weak function env_get_location() which is called in many place (for example in env_driver_lookup, even for ENVOP_SAVE operation). This patch is a preliminary step to use env_driver_lookup()/ env_get_location() in new function env_select() without updating gd->env_load_prio. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>