]> git.sur5r.net Git - u-boot/blobdiff - common/hwconfig.c
efi_loader: implement CreateDeviceNode
[u-boot] / common / hwconfig.c
index 85aaabbb85529eb9413cc6548848e9f402eb0cfb..e5186d77968f80d96ac1458f649ad2576512f1ef 100644 (file)
@@ -81,7 +81,7 @@ static const char *__hwconfig(const char *opt, size_t *arglen,
                                        "and before environment is ready\n");
                        return NULL;
                }
-               env_hwconfig = getenv("hwconfig");
+               env_hwconfig = env_get("hwconfig");
        }
 
        if (env_hwconfig) {