Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl.c275 spl_image->dcrc_length = image_get_data_size(header); in spl_parse_image_header()
550 if (!ret && spl_image->dcrc_length) { in spl_load_image()
553 spl_image->dcrc_length, CHUNKSZ_CRC32); in spl_load_image()
/openbmc/u-boot/include/
H A Dspl.h79 ulong dcrc_length; member