Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fdt.c277 const char *fit_uname_fdt = NULL; in boot_get_fdt() local
313 &fdt_addr, &fit_uname_fdt)) { in boot_get_fdt()
315 fit_uname_fdt, fdt_addr); in boot_get_fdt()
401 fdt_addr, &fit_uname_fdt, in boot_get_fdt()
409 images->fit_uname_fdt = fit_uname_fdt; in boot_get_fdt()
/openbmc/u-boot/common/spl/
H A Dspl.c173 const char *fit_uname_fdt = FIT_FDT_PROP; in spl_load_fit_image() local
203 &fit_uname_fdt, &fit_uname_config, in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h386 const char *fit_uname_fdt; /* FDT blob subimage node unit name */ member