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