Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dbootm.c1046 static uint8_t image_types[] = { in bootm_host_load_images() local
1071 for (i = 0; !is_spl && i < ARRAY_SIZE(image_types); i++) { in bootm_host_load_images()
1074 ret = bootm_host_load_image(fit, image_types[i], 0); in bootm_host_load_images()