Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dspl.h334 void spl_perform_fixups(struct spl_image_info *spl_image);
/rk3399_rockchip-uboot/common/spl/
H A Dspl.c82 void __weak spl_perform_fixups(struct spl_image_info *spl_image) in spl_perform_fixups() function
581 spl_perform_fixups(&spl_image); in board_init_r()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl.c611 void spl_perform_fixups(struct spl_image_info *spl_image) function