]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc85xx/fdt.c
env: Rename getenv/_f() to env_get()
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / fdt.c
index caa0bf9bdc1d889876f4b9a61ac99675c2b0b4b4..64b0a51f75e74fa15a866205a657859155278aa2 100644 (file)
@@ -92,7 +92,7 @@ void ft_fixup_cpu(void *blob, u64 memory_limit)
         * Extract hwconfig from environment.
         * Search for tdm entry in hwconfig.
         */
-       ret = getenv_f("hwconfig", buffer, sizeof(buffer));
+       ret = env_get_f("hwconfig", buffer, sizeof(buffer));
        if (ret > 0)
                tdm_hwconfig_enabled = hwconfig_f("tdm", buffer);