Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dspl_rkfw.h109 int spl_load_rkfw_image(struct spl_image_info *spl_image,
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_rknand.c102 ret = spl_load_rkfw_image(spl_image, &load);
H A Dspl_mtd_blk.c91 ret = spl_load_rkfw_image(spl_image, &load); in spl_mtd_load_rkfw()
H A Dspl_nand.c73 ret = spl_load_rkfw_image(spl_image, &load);
H A Dspl_mmc.c311 err = spl_load_rkfw_image(spl_image, &load);
H A Dspl_rkfw.c472 int spl_load_rkfw_image(struct spl_image_info *spl_image, in spl_load_rkfw_image() function