Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-fdt.c391 const char *fit_uname_fdt = NULL; in boot_get_fdt() local
424 &fdt_addr, &fit_uname_fdt)) { in boot_get_fdt()
426 fit_uname_fdt, fdt_addr); in boot_get_fdt()
512 fdt_addr, &fit_uname_fdt, in boot_get_fdt()
517 images->fit_uname_fdt = fit_uname_fdt; in boot_get_fdt()
/rk3399_rockchip-uboot/include/
H A Dimage.h360 const char *fit_uname_fdt; /* FDT blob subimage node unit name */ member