Home
last modified time | relevance | path

Searched refs:fit_uname_fdt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage-fdt.c370 const char *fit_uname_fdt = NULL; in boot_get_fdt() local
403 &fdt_addr, &fit_uname_fdt)) { in boot_get_fdt()
405 fit_uname_fdt, fdt_addr); in boot_get_fdt()
491 fdt_addr, &fit_uname_fdt, in boot_get_fdt()
496 images->fit_uname_fdt = fit_uname_fdt; in boot_get_fdt()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h360 const char *fit_uname_fdt; /* FDT blob subimage node unit name */ member