Searched refs:image_setup_libfdt (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | 155 if (image_setup_libfdt(&img, fdt, 0, NULL)) { in do_bootefi_exec()
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | bootm.c | 268 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fdt.c | 617 int image_setup_libfdt(bootm_headers_t *images, void *blob, in image_setup_libfdt() function
|
| H A D | image.c | 1533 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 880 int image_setup_libfdt(bootm_headers_t *images, void *blob,
|