cli: add modern hush as parser for run_command*()
[pandora-u-boot.git] / common / cli_hush_upstream.c
index 7f6b058..11870c5 100644 (file)
@@ -8022,7 +8022,7 @@ static int parse_and_run_string(const char *s)
 }
 
 #ifdef __U_BOOT__
-int parse_string_outer(const char *cmd, int flags)
+int parse_string_outer_modern(const char *cmd, int flags)
 {
        int ret;
        int old_flags;