common/: Remove lingering references to CFG_CMD_* symbols.
[platform/kernel/u-boot.git] / common / command.c
index 361ca62..af2f8cb 100644 (file)
@@ -76,7 +76,7 @@ U_BOOT_CMD(
        "    - echo args to console; \\c suppresses newline\n"
 );
 
-#endif /*  CFG_CMD_ECHO */
+#endif
 
 #ifdef CFG_HUSH_PARSER