From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Wed, 20 Feb 2008 14:59:07 -0600 Subject: [U-Boot-Users] [PATCH] 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. In-Reply-To: <1203540578-8227-1-git-send-email-jdl@freescale.com> References: <1203540578-8227-1-git-send-email-jdl@freescale.com> Message-ID: <47BC949B.3050303@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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