]> Git Repo - J-u-boot.git/blobdiff - cmd/cramfs.c
env: Rename common functions related to setenv()
[J-u-boot.git] / cmd / cramfs.c
index 49ee36c74aec81cbdb512d0e46526ba7cce380e0..7b23c5b3dd5538a1ac7a4589d4b4039b6fbcd0fe 100644 (file)
@@ -138,7 +138,7 @@ int do_cramfs_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        if (size > 0) {
                printf("### CRAMFS load complete: %d bytes loaded to 0x%lx\n",
                        size, offset);
-               setenv_hex("filesize", size);
+               env_set_hex("filesize", size);
        } else {
                printf("### CRAMFS LOAD ERROR<%x> for %s!\n", size, filename);
        }
This page took 0.020004 seconds and 4 git commands to generate.