]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/net.c
env: Rename some other getenv()-related functions
[people/ms/u-boot.git] / net / net.c
index 0b876913e35fe89a74d02e76348fe515cec1a2d9..4259c9e321d6905efef6ca5abe441e89943eab9f 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -1536,7 +1536,7 @@ ushort string_to_vlan(const char *s)
        return htons(id);
 }
 
-ushort getenv_vlan(char *var)
+ushort env_get_vlan(char *var)
 {
        return string_to_vlan(env_get(var));
 }