Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_nor.c17 spl_image->flags |= SPL_COPY_PAYLOAD_ONLY; in spl_nor_load_image()
Dspl.c230 if (spl_image->flags & SPL_COPY_PAYLOAD_ONLY) { in spl_parse_image_header()
/external/u-boot/include/
Dspl.h78 #define SPL_COPY_PAYLOAD_ONLY 1 macro