2008/1/24, Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>: > update comments > Fix coding style > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
<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 ------------------------------------------------------------------------- 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 U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users