Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ds_record.h86 #define SREC_END2 9 /* End Record with 2 byte start address */ macro
/OK3568_Linux_fs/u-boot/common/
H A Ds_record.c79 srec_type = SREC_END2; /* 2 byte addr field */ in srec_decode()
/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c175 case SREC_END2: in load_serial()