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

Jon Loeliger jdl at freescale.com
Tue Jan 15 20:34:21 CET 2008


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.

jdl






More information about the U-Boot mailing list