Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcommand.c525 if (flag & CMD_FLAG_BOOTD) { in cmd_process()
529 flag |= CMD_FLAG_BOOTD; in cmd_process()
/external/u-boot/include/
Dcommand.h171 #define CMD_FLAG_BOOTD 0x0002 /* command is from bootd */ macro
/external/u-boot/doc/
DREADME.commands41 CMD_FLAG_BOOTD - The command is called by the bootd command.