Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dram_load.c140 uint8_t * ram_dst = (void *)(IMAGE_RAM_BASE + img_dst); in boot_decrypt_and_copy_image_to_sram() local
151 rc = flash_area_read(fap_src, 0, ram_dst, src_sz); in boot_decrypt_and_copy_image_to_sram()
174 cur_dst = ram_dst + bytes_copied; in boot_decrypt_and_copy_image_to_sram()