env: Rename some other getenv()-related functions
[oweals/u-boot.git] / board / freescale / corenet_ds / corenet_ds.c
index 93e1258295617b815605d1a97d043f39283ce3bf..132650c938744c62e3e13c842d84a936cb70691e 100644 (file)
@@ -191,8 +191,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);