* [U-Boot-Users] [PATCH] 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
@ 2008-02-20 20:49 Jon Loeliger
2008-02-20 20:59 ` Timur Tabi
0 siblings, 1 reply; 3+ messages in thread
From: Jon Loeliger @ 2008-02-20 20:49 UTC (permalink / raw)
To: u-boot
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>
---
Wolfgang,
I'll drop this in my -mpc86xx tree for a -rc2 pickup!
Thanks,
jdl
include/configs/MPC8610HPCD.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h
index 3920147..9e70198 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
--
1.5.4.rc5.19.g0509eb
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot-Users] [PATCH] 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
2008-02-20 20:49 [U-Boot-Users] [PATCH] 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default Jon Loeliger
@ 2008-02-20 20:59 ` Timur Tabi
2008-02-20 20:59 ` Jon Loeliger
0 siblings, 1 reply; 3+ messages in thread
From: Timur Tabi @ 2008-02-20 20:59 UTC (permalink / raw)
To: u-boot
Jon Loeliger wrote:
> diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h
> index 3920147..9e70198 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
Wolfgang just applied a patch that removed unnecessary "#undef DEBUG", and your
patch adds an unnecessary "#undef CONFIG_VIDEO".
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-20 20:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 20:49 [U-Boot-Users] [PATCH] 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default Jon Loeliger
2008-02-20 20:59 ` Timur Tabi
2008-02-20 20:59 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox