Files
u-boot/include
Tom Rini d972192520 env: Move env_set() out of cmd/nvedit.c and in to env/common.c
Inside of env/common.c we already have our helper env_set_xxx functions,
and even have a comment that explains why env_set() itself wasn't moved.
We now handle that move. This requires that we rename the previous
_do_env_set() to env_do_env_set() and note it as an internal env
function. Add comments about this function to explain why we do this
when we add the prototype. Add a new function, env_inc_id() to allow for
the counter to be updated by both commands and callers, and document
this as well by the prototype.

Signed-off-by: Tom Rini <trini@konsulko.com>
2023-11-07 14:48:19 -05:00
..
2023-11-06 10:20:21 -05:00
2023-10-24 15:55:16 +08:00
2023-10-27 13:15:57 +03:00
2023-10-27 13:14:47 +03:00
2023-10-31 09:08:51 +01:00
2023-10-27 13:15:57 +03:00
2023-11-05 16:11:38 -05:00
2023-10-27 13:14:47 +03:00