1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-03 00:11:30 +02:00
Files
u-boot-megous/cmd
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-04-06 19:10:08 -04:00
2022-09-24 11:34:38 -04:00
2022-08-04 16:18:47 -04:00
2022-08-04 16:18:47 -04:00
2022-09-29 16:07:57 -04:00
2023-03-25 11:07:22 +01:00
2022-09-24 11:34:38 -04:00
2022-08-04 16:18:47 -04:00
2022-09-29 16:07:57 -04:00
2023-10-16 15:46:18 +02:00
2023-09-11 16:34:19 -04:00
2023-04-27 13:51:06 -04:00
2023-07-28 18:45:03 +08:00
2022-08-04 16:18:47 -04:00
2023-07-20 14:10:57 -06:00
2022-09-25 08:30:05 -06:00
2023-01-27 18:31:58 +01:00
2022-06-22 21:29:47 -04:00
2023-07-05 11:28:55 -04:00
2022-09-16 11:05:16 -04:00
2022-09-02 13:40:42 -04:00
2023-08-23 08:02:59 +02:00
2022-09-16 11:05:16 -04:00
2023-07-17 17:12:07 +08:00
2023-03-17 15:44:01 -04:00
2023-10-24 15:55:17 +08:00
2022-09-16 11:05:16 -04:00
2022-09-16 11:05:16 -04:00
2023-02-06 17:10:15 -05:00
2022-10-11 15:40:48 -04:00
2023-09-09 06:12:47 +02:00
2023-06-06 10:37:25 +02:00
2023-06-12 13:24:31 +02:00