1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-25 00:59:12 +01:00
Files
u-boot-megous/env
Patrick Delaunay 6d8d8400a2 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>
2020-07-31 10:13:00 -04:00
..
2020-05-18 21:19:18 -04:00
2020-07-31 10:13:00 -04:00
2020-07-31 10:13:00 -04:00
2020-05-18 21:19:18 -04:00
2020-07-31 10:13:00 -04:00