1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-22 10:31:56 +02:00

env: Rename setenv() to env_set()

We are now using an env_ prefix for environment functions. Rename setenv()
for consistency. Also add function comments in common.h.

Suggested-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-08-03 12:22:09 -06:00
committed by Tom Rini
parent 01510091de
commit 382bee57f1
156 changed files with 470 additions and 454 deletions

2
tools/env/fw_env.c vendored
View File

@@ -468,7 +468,7 @@ int fw_env_write(char *name, char *value)
* modified or deleted
*
*/
int fw_setenv(int argc, char *argv[], struct env_opts *opts)
int fw_env_set(int argc, char *argv[], struct env_opts *opts)
{
int i;
size_t len;