Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fdt.c238 const char *fit_uname_fdt = NULL; in boot_get_fdt() local
271 &fdt_addr, &fit_uname_fdt)) { in boot_get_fdt()
273 fit_uname_fdt, fdt_addr); in boot_get_fdt()
359 fdt_addr, &fit_uname_fdt, in boot_get_fdt()
364 images->fit_uname_fdt = fit_uname_fdt; in boot_get_fdt()
/external/u-boot/common/spl/
Dspl.c155 const char *fit_uname_fdt = FIT_FDT_PROP; in spl_load_fit_image() local
186 &fit_uname_fdt, &fit_uname_config, in spl_load_fit_image()
/external/u-boot/include/
Dimage.h360 const char *fit_uname_fdt; /* FDT blob subimage node unit name */ member