Searched refs:boot_relocate_fdt (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/mips/lib/ |
D | bootm.c | 248 return boot_relocate_fdt(&images->lmb, &images->ft_addr, in boot_reloc_fdt()
|
/external/u-boot/common/ |
D | bootm_os.c | 275 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt()
|
D | image-fdt.c | 114 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() function
|
D | bootm.c | 678 ret = boot_relocate_fdt(&images->lmb, &images->ft_addr, in do_bootm_states()
|
D | image.c | 1504 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux()
|
/external/u-boot/include/ |
D | image.h | 697 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
|