Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h68 #define IMAGE_F_RAM_LOAD 0x00000020 macro
/mcuboot-latest/boot/bootutil/src/
Dram_load.c329 if (hdr->ih_flags & IMAGE_F_RAM_LOAD) { in boot_load_image_to_sram()