]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_display.c
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
[karo-tx-uboot.git] / common / cmd_display.c
index d19f412819d2aba58a364122b8c714b6940bcba5..a29345c6ba11c7d3527b4e2c42747b420e081d4d 100644 (file)
@@ -24,8 +24,6 @@
 #include <common.h>
 #include <command.h>
 
-#if defined(CONFIG_CMD_DISPLAY)
-
 #undef DEBUG_DISP
 
 #define DISP_SIZE      8
@@ -78,5 +76,3 @@ U_BOOT_CMD(
        "    - with <string> argument: display <string> on dot matrix display\n"
        "    - without arguments: clear dot matrix display\n"
 );
-
-#endif