common/: Remove lingering references to CFG_CMD_* symbols.
[oweals/u-boot.git] / common / command.c
index 361ca62f42b9cbc48f7e6b533c4f748c04232bcc..af2f8cbf7b8c163e74dc8530d89c50f67dc82665 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