Home
last modified time | relevance | path

Searched refs:CMD_FLAG_ENV (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Dcli.c42 if (flag & CMD_FLAG_ENV) in run_command()
137 if (run_command(arg, flag | CMD_FLAG_ENV) != 0) in do_run()
/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c120 run_command(s, CMD_FLAG_ENV); in fastboot_boot()
/openbmc/u-boot/include/
H A Dcommand.h207 #define CMD_FLAG_ENV 0x0004 /* command is from the environment */ macro
/openbmc/u-boot/doc/
H A DREADME.commands78 CMD_FLAG_ENV - The command is called by the run command.