Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcommand.c591 if (flag & CMD_FLAG_BOOTD) { in cmd_process()
595 flag |= CMD_FLAG_BOOTD; in cmd_process()
/openbmc/u-boot/include/
H A Dcommand.h206 #define CMD_FLAG_BOOTD 0x0002 /* command is from bootd */ macro
/openbmc/u-boot/doc/
H A DREADME.commands77 CMD_FLAG_BOOTD - The command is called by the bootd command.