[U-Boot-Users] [PATCH] Fix remaining CONFIG_COMMANDS

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Thu Jan 24 02:01:46 CET 2008


2008/1/24, Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>:
> update comments
> Fix coding style
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>

<snip>

> diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h
> index 8a94c28..537afe0 100644
> --- a/include/configs/ms7720se.h
> +++ b/include/configs/ms7720se.h
> @@ -43,9 +43,10 @@
>  #define CFG_CMD_PCMCIA 0x01
>  #define CFG_CMD_IDE    0x02
>
> -#define CONFIG_COMMANDS                ((CONFIG_CMD_DFL        | \
> -                                CFG_CMD_IDE|CFG_CMD_PCMCIA)    & \
> -                               ~(CFG_CMD_FPGA))
> +#define CONFIG_CMD_DFL 1
> +#define CONFIG_CMD_IDE 1
> +#define CONFIG_CMD_PCMCIA      1
> +#undef CONFIG_CMD_FPGA
>
>  #define CONFIG_BAUDRATE                115200
>  #define CONFIG_BOOTARGS                "console=ttySC0,115200"
> @@ -104,7 +105,7 @@
>  #define CFG_ENV_SECT_SIZE      (64 * 1024)
>  #define CFG_ENV_SIZE           CFG_ENV_SECT_SIZE
>  #define CFG_ENV_ADDR           (CFG_MONITOR_BASE + CFG_MONITOR_LEN)
> -#define CFG_FLASH_ERASE_TOUT   120000
> +#define CFG_FLASH_ERASE_TOUT   120000
>  #define CFG_FLASH_WRITE_TOUT   500
>
>  /* Board Clock */

Thank you for your work.

This problem has already solved, and merged with Upstream.

regards,
 Nobuhiro

-- 
----------------------------------
Nobuhiro Iwamatsu




More information about the U-Boot mailing list