]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/cmd_display.c
Build: split COBJS value into multiple lines
[karo-tx-uboot.git] / common / cmd_display.c
index f2e7e880628cf450e4d582994717a52e71af3656..d19f412819d2aba58a364122b8c714b6940bcba5 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_DISPLAY) || defined(CONFIG_CMD_DISPLAY)
+#if defined(CONFIG_CMD_DISPLAY)
 
 #undef DEBUG_DISP
 
@@ -79,4 +79,4 @@ U_BOOT_CMD(
        "    - without arguments: clear dot matrix display\n"
 );
 
-#endif /* CFG_CMD_DISPLAY */
+#endif