Searched refs:boot_relocate_fdt (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/arch/mips/lib/ |
D | bootm.c | 232 return boot_relocate_fdt(&images->lmb, &images->ft_addr, in boot_reloc_fdt()
|
/external/u-boot/common/ |
D | bootm_os.c | 277 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt()
|
D | image-fdt.c | 153 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() function
|
D | bootm.c | 569 ret = boot_relocate_fdt(&images->lmb, &images->ft_addr, in do_bootm_states()
|
D | image.c | 1626 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 707 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
|
/external/u-boot/include/ |
D | image.h | 707 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
|