]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_onenand.c
Merge branch 'master' of /home/wd/git/u-boot/custodians
[karo-tx-uboot.git] / common / env_onenand.c
index 5e04a06cf537c1faef56b1613ff66d6488d174b3..414447594fd9db03d09abc3bf4b830f3aeaf3504 100644 (file)
@@ -109,7 +109,7 @@ int saveenv(void)
        };
 
        res = (char *)&env_new.data;
-       len = hexport_r(&env_htab, '\0', &res, ENV_SIZE);
+       len = hexport_r(&env_htab, '\0', &res, ENV_SIZE, 0, NULL);
        if (len < 0) {
                error("Cannot export environment: errno = %d\n", errno);
                return 1;