]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/p1_twr/p1_twr.c
env: Rename some other getenv()-related functions
[people/ms/u-boot.git] / board / freescale / p1_twr / p1_twr.c
index a40bea328b02154a0ffa925c32c86f72cc538d80..02c89998cb4d23c18152c2e3033c3c1b90f4967e 100644 (file)
@@ -268,8 +268,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);
 
@@ -282,7 +282,7 @@ int ft_board_setup(void *blob, bd_t *bd)
 #if defined(CONFIG_TWR_P1025)
        fdt_board_fixup_qe_pins(blob);
 #endif
-       fdt_fixup_dr_usb(blob, bd);
+       fsl_fdt_fixup_dr_usb(blob, bd);
 
        return 0;
 }