[U-Boot-Users] [PATCH] 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
Timur Tabi
timur at freescale.com
Wed Feb 20 21:59:07 CET 2008
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
More information about the U-Boot
mailing list