Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli.c47 if (flag & CMD_FLAG_ENV) in run_command()
141 if (run_command(arg, flag | CMD_FLAG_ENV) != 0) in do_run()
H A Dandroid_bootloader.c181 return run_command(fastboot_cmd, CMD_FLAG_ENV); in android_bootloader_boot_bootloader()
/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h171 #define CMD_FLAG_ENV 0x0004 /* command is from the environment */ macro
/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c219 run_command(getenv("bootcmd"), CMD_FLAG_ENV); in fastboot_send()