Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ds_record.h92 #define SREC_E_BADCHKS -3 /* checksum error in an s-record line */ macro
/openbmc/u-boot/common/
H A Ds_record.c149 return (SREC_E_BADCHKS); in srec_decode()