Merge branch 'master' of git://git.denx.de/u-boot-mmc
[oweals/u-boot.git] / board / Arcturus / ucp1020 / ucp1020.c
index dfdaf0441c98ab7822419e6c3a2bee516ac6564a..3f786a20148b59feb939fd9403cab2cf6faf8f24 100644 (file)
@@ -307,8 +307,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);