Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfastboot.h18 #define FASTBOOT_COMMAND_LEN (64 + 1) macro
/openbmc/u-boot/net/
H A Dfastboot.c128 static char command[FASTBOOT_COMMAND_LEN]; in fastboot_send()