env: Rename some other getenv()-related functions
[oweals/u-boot.git] / board / freescale / p1_p2_rdb_pc / p1_p2_rdb_pc.c
index 9ae38ce1154303bc377ee0d8d9217827d9d63b50..31c8ed9ae17e3ce1188ef20d81d37419cb49b487 100644 (file)
@@ -439,8 +439,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);