Browse Source

8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.

Without an actual supported video card hooked up, enabling
the CONFIG_VIDEO by default just makes it look broken by
routing all console output to the video card.   Don't.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger 17 years ago
parent
commit
cb06eb961b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/configs/MPC8610HPCD.h

+ 1 - 1
include/configs/MPC8610HPCD.h

@@ -24,7 +24,7 @@
 #define CONFIG_FSL_DIU_FB	1	/* FSL DIU */
 
 /* video */
-#define CONFIG_VIDEO
+#undef CONFIG_VIDEO
 
 #if defined(CONFIG_VIDEO)
 #define CONFIG_CFB_CONSOLE