env: Rename some other getenv()-related functions
[oweals/u-boot.git] / board / freescale / c29xpcie / c29xpcie.c
index 45f463f01f38134ca38e0793f3b83170b95e1f5f..23901a4f96adc555bc965347029d97d5e4f0fa6f 100644 (file)
@@ -138,8 +138,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();
 
 #if defined(CONFIG_PCI)
        FT_FSL_PCI_SETUP;