projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975a083
)
8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
author
Jon Loeliger
<jdl@freescale.com>
Wed, 20 Feb 2008 18:24:11 +0000
(12:24 -0600)
committer
Jon 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
patch
|
blob
|
history
diff --git
a/include/configs/MPC8610HPCD.h
b/include/configs/MPC8610HPCD.h
index 39201474e91ee1cee16624860daeb52c4fc45f4b..9e70198e421af161e552e378496f8aa3e6fd4a1a 100644
(file)
--- 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