Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c193 u32 (*copy_bl2_from_emmc)(u32 nblock, u32 dst); in copy_uboot_to_ram() local
233 copy_bl2_from_emmc = get_irom_func(EMMC44_INDEX); in copy_uboot_to_ram()
236 copy_bl2_from_emmc(BL2_SIZE_BLOC_COUNT, CONFIG_SYS_TEXT_BASE); in copy_uboot_to_ram()