Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_nor.c32 spl_image->flags |= SPL_COPY_PAYLOAD_ONLY; in spl_nor_load_image()
H A Dspl.c255 if (spl_image->flags & SPL_COPY_PAYLOAD_ONLY) { in spl_parse_image_header()
/openbmc/u-boot/include/
H A Dspl.h134 #define SPL_COPY_PAYLOAD_ONLY 1 macro