[U-Boot-Users] [PATCH] pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Thu Jan 17 10:25:10 CET 2008


2008/1/16, Jon Loeliger <jdl at freescale.com>:
> On Tue, 2008-01-15 at 11:46, Nobuhiro Iwamatsu wrote:
> > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> > ---
> >  drivers/pcmcia/marubun_pcmcia.c |    6 ++++--
> >  1 files changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/pcmcia/marubun_pcmcia.c b/drivers/pcmcia/marubun_pcmcia.c
> > index 7b112af..2479a66 100644
> > --- a/drivers/pcmcia/marubun_pcmcia.c
> > +++ b/drivers/pcmcia/marubun_pcmcia.c
> > @@ -25,11 +25,13 @@
> >  #include <pcmcia.h>
> >  #include <asm/io.h>
> >
> > -#if  (CONFIG_COMMANDS & CFG_CMD_PCMCIA)
> > +#undef CONFIG_PCMCIA
> > +
> > +#if defined(CONFIG_CMD_PCMCIA)
> >  #define      CONFIG_PCMCIA
> >  #endif
> >
> > -#if  (CONFIG_COMMANDS & CFG_CMD_IDE)
> > +#if  defined(CONFIG_CMD_IDE)
> >  #define      CONFIG_PCMCIA
> >  #endif
> >
>
> Amen-brother-by: Jon Loeliger <jdl at freescale.com>
>
>
> Oh, and, a "git grep CONFIG_COMMANDS" reveals that there
> are a few other lingering instances of this bug around.
Thank you for your comment.
# I have not understood "Amen-brother-by" first.

I found an mistake in my tree based on your point.

Thanks
 Nobuhiro




More information about the U-Boot mailing list