Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dfit_image.c269 fdt_property_string(fdt, "os", genimg_get_os_short_name(params->os)); in fit_write_images()
310 fdt_property_string(fdt, "os", genimg_get_os_short_name(params->os)); in fit_write_images()
/rk3399_rockchip-uboot/include/
H A Dimage.h466 const char *genimg_get_os_short_name(uint8_t comp);
/rk3399_rockchip-uboot/common/
H A Dimage.c749 const char *genimg_get_os_short_name(uint8_t os) in genimg_get_os_short_name() function