On Tue, 2008-01-15 at 11:46, Nobuhiro Iwamatsu wrote: > Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]> > --- > 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 <[EMAIL PROTECTED]> Oh, and, a "git grep CONFIG_COMMANDS" reveals that there are a few other lingering instances of this bug around. jdl ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
