Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c194 u32 (*copy_bl2_from_emmc)(u32 nblock, u32 dst); in copy_uboot_to_ram() local
234 copy_bl2_from_emmc = get_irom_func(EMMC44_INDEX); in copy_uboot_to_ram()
237 copy_bl2_from_emmc(BL2_SIZE_BLOC_COUNT, CONFIG_SYS_TEXT_BASE); in copy_uboot_to_ram()