Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c188 u32 (*copy_bl2)(u32 offset, u32 nblock, u32 dst) = NULL; in copy_uboot_to_ram() local
227 copy_bl2 = get_irom_func(MMC_INDEX); in copy_uboot_to_ram()
257 if (copy_bl2) in copy_uboot_to_ram()
258 copy_bl2(offset, size, CONFIG_SYS_TEXT_BASE); in copy_uboot_to_ram()