Home
last modified time | relevance | path

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

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