]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
authorJon Loeliger <jdl@freescale.com>
Wed, 20 Feb 2008 18:24:11 +0000 (12:24 -0600)
committerJon Loeliger <jdl@freescale.com>
Wed, 20 Feb 2008 20:38:20 +0000 (14:38 -0600)
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>
include/configs/MPC8610HPCD.h

index 39201474e91ee1cee16624860daeb52c4fc45f4b..9e70198e421af161e552e378496f8aa3e6fd4a1a 100644 (file)
@@ -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