]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib/uuid.c
mtd: nand: introduce NAND_ROW_ADDR_3 flag
[people/ms/u-boot.git] / 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;
 }