env: Rename some other getenv()-related functions
[oweals/u-boot.git] / board / freescale / t102xrdb / t102xrdb.c
index f370f72baa6a7ed0173534c82338d2ea5848f805..8885a546fa3a5a6dfd79853f8d85e4ee3c37896c 100644 (file)
@@ -186,8 +186,8 @@ int ft_board_setup(void *blob, bd_t *bd)
 
        ft_cpu_setup(blob, bd);
 
-       base = getenv_bootm_low();
-       size = getenv_bootm_size();
+       base = env_get_bootm_low();
+       size = env_get_bootm_size();
 
        fdt_fixup_memory(blob, (u64)base, (u64)size);