]> git.sur5r.net Git - u-boot/blobdiff - lib/uuid.c
env: Rename setenv() to env_set()
[u-boot] / lib / uuid.c
index c8584edcb861ad7e15ad207a8a27d83e822be56a..1536c027da27c82df8953be81207296c979a1111 100644 (file)
@@ -291,7 +291,7 @@ int do_uuid(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        if (argc == 1)
                printf("%s\n", uuid);
        else
-               setenv(argv[1], uuid);
+               env_set(argv[1], uuid);
 
        return CMD_RET_SUCCESS;
 }