Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ds_record.h86 #define SREC_EMPTY 10 /* Empty Record without any data */ macro
88 #define SREC_REC_OK SREC_EMPTY /* last code without error condition */
/openbmc/u-boot/common/
H A Ds_record.c33 return (SREC_EMPTY); in srec_decode()