env: Rename some other getenv()-related functions
[oweals/u-boot.git] / board / keymile / kmp204x / kmp204x.c
index 671bddfa1cdf309867d7cb36a029d8200cb86c46..8c9d6b167d4744dd62520973510f445676a78b00 100644 (file)
@@ -271,8 +271,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);