summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2008-02-20 12:24:11 -0600
committerJon Loeliger <jdl@freescale.com>2008-02-20 14:38:20 -0600
commitcb06eb961bdffc8728b38c242473d802e83ab2b4 (patch)
tree89a51940fa1677c79992254d0d90156ea3a60f4b /include
parent975a083a5ef785c414b35f9c5b8ae25b26b41524 (diff)
downloadtalos-obmc-uboot-cb06eb961bdffc8728b38c242473d802e83ab2b4.tar.gz
talos-obmc-uboot-cb06eb961bdffc8728b38c242473d802e83ab2b4.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC8610HPCD.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h
index 39201474e9..9e70198e42 100644
--- a/include/configs/MPC8610HPCD.h
+++ b/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
OpenPOWER on IntegriCloud