Searched refs:FASTBOOT_COMMAND_LEN (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ | ||
D | fastboot.h | 18 #define FASTBOOT_COMMAND_LEN (64 + 1) macro |
/external/u-boot/net/ | ||
D | fastboot.c | 128 static char command[FASTBOOT_COMMAND_LEN]; in fastboot_send() |