summaryrefslogtreecommitdiffstats
path: root/common/cmd_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_display.c')
-rw-r--r--common/cmd_display.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_display.c b/common/cmd_display.c
index d19f412819..a29345c6ba 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
OpenPOWER on IntegriCloud