Searched refs:genimg_get_os_short_name (Results 1 – 3 of 3) sorted by relevance
269 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()
466 const char *genimg_get_os_short_name(uint8_t comp);
749 const char *genimg_get_os_short_name(uint8_t os) in genimg_get_os_short_name() function