]> git.sur5r.net Git - u-boot/blobdiff - common/hush.c
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
[u-boot] / common / hush.c
index bb6585e9acf23000acd386abfcc5147a27e5eaa8..582635c04c70621b2c94b3b1265e201f8d172313 100644 (file)
@@ -1694,7 +1694,7 @@ static int run_pipe_real(struct pipe *pi)
                                else
                                        flag |= CMD_FLAG_BOOTD;
                                }
-#endif /* CFG_CMD_BOOTD */
+#endif
                                /* found - check max args */
                                if ((child->argc - i) > cmdtp->maxargs) {
                                        printf ("Usage:\n%s\n", cmdtp->usage);