Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ds_record.h79 #define SREC_START 0 /* Start Record (module name) */ macro
/OK3568_Linux_fs/u-boot/common/
H A Ds_record.c49 srec_type = SREC_START; /* 2 byte addr field */ in srec_decode()
/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c189 case SREC_START: in load_serial()