env: Rename some other getenv()-related functions
[oweals/u-boot.git] / board / freescale / t104xrdb / t104xrdb.c
index d4c3d4dcb420680d8a462c14063a169a6334cbfb..2818cdf2745fd9ae427387d177e061c534d47a01 100644 (file)
@@ -132,8 +132,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);