Home
last modified time | relevance | path

Searched refs:fdt_name (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dboot_fit.c19 const char *fdt_name; in fdt_offset() local
31 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset()
32 if (!fdt_name) { in fdt_offset()
38 fdt_node = fdt_subnode_offset(fit, images, fdt_name); in fdt_offset()
41 __func__, fdt_name, fdt_node); in fdt_offset()
/rk3399_rockchip-uboot/include/
H A Dspl.h355 int spl_find_hwid_dtb(const char *fdt_name);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl.c533 int spl_find_hwid_dtb(const char *fdt_name) argument
537 return hwid_dtb_is_available(fdt_name);