diff options
Diffstat (limited to 'common/cmd_display.c')
| -rw-r--r-- | common/cmd_display.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/common/cmd_display.c b/common/cmd_display.c index d19f41281..a29345c6b 100644 --- a/common/cmd_display.c +++ b/common/cmd_display.c @@ -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 |