Home
last modified time | relevance | path

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

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