Searched refs:copy_bl2 (Results 1 – 1 of 1) sorted by relevance
188 u32 (*copy_bl2)(u32 offset, u32 nblock, u32 dst) = NULL; in copy_uboot_to_ram() local227 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()