]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/command.h
cli: hush: Adjust 'run' command to run each line of the env var
[karo-tx-uboot.git] / include / command.h
index 6f06db1cc302ee219bd5c3ad75dd04723ec8895e..bd3fc049ecaa7b3e3c30c0fafc4fb35dd1790f02 100644 (file)
@@ -147,6 +147,7 @@ int cmd_process(int flag, int argc, char * const argv[],
  */
 #define CMD_FLAG_REPEAT                0x0001  /* repeat last command          */
 #define CMD_FLAG_BOOTD         0x0002  /* command is from bootd        */
+#define CMD_FLAG_ENV           0x0004  /* command is from the environment */
 
 #ifdef CONFIG_AUTO_COMPLETE
 # define _CMD_COMPLETE(x) x,