]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - api/api.c
env: Rename common functions related to setenv()
[people/ms/u-boot.git] / api / api.c
index 6ae9af74b5741cfb1a6d0ee350de67029bd79cf3..23fa1774c3c33ea7845bf24749b6659048ab3a9c 100644 (file)
--- a/api/api.c
+++ b/api/api.c
@@ -663,7 +663,7 @@ void api_init(void)
                return;
        }
 
-       setenv_hex("api_address", (unsigned long)sig);
+       env_set_hex("api_address", (unsigned long)sig);
        debugf("API sig @ 0x%lX\n", (unsigned long)sig);
        memcpy(sig->magic, API_SIG_MAGIC, 8);
        sig->version = API_SIG_VERSION;