]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_display.c
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the...
[u-boot] / common / cmd_display.c
index abee8444e20bc00ace73614e27d90503f40a5435..a29345c6ba11c7d3527b4e2c42747b420e081d4d 100644 (file)
@@ -24,8 +24,6 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_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 /* CFG_CMD_DISPLAY */