[U-Boot] [PATCH] Remove unwanted ';' at end of define.

Wolfgang Denk wd at denx.de
Tue Oct 14 23:03:32 CEST 2008


Dear Kim Phillips,

In message <20081008181850.8dec93a6.kim.phillips at freescale.com> you wrote:
> On Tue,  7 Oct 2008 19:03:05 +0530
> Selvamuthukumar <selva.muthukumar at e-coninfotech.com> wrote:
> 
> > -#define CFG_SDRAM_CFG2		0x00401000;
> > +#define CFG_SDRAM_CFG2		0x00401000
> 
> eh, that's pretty bad - but wait, there's more!:
> 
> [kim at beaut u-boot (master)]$ git grep "^#define CFG_.*;$" include/
> include/configs/EB+MCF-EV123.h:#define CFG_PJPAR                0xFF;
> include/configs/M5272C3.h:#define CFG_SCR                       0x0003;
> include/configs/M5272C3.h:#define CFG_SPR                       0xffff;
> include/configs/M5282EVB.h:#define CFG_PJPAR            0xFF;
> include/configs/MPC8313ERDB.h:#define CFG_SDRAM_CFG2            0x00401000;
> include/configs/MPC8313ERDB.h:#define CFG_DDR_MODE_2            0x8000C000;
> include/configs/MPC837XERDB.h:#define CFG_DDR_MODE2             0x00000000;
> include/configs/cobra5272.h:#define CFG_SCR                     0x0003;
> include/configs/cobra5272.h:#define CFG_SPR                     0xffff;
> include/configs/spc1920.h:#define CFG_BR4 ((CFG_SPC1920_FRAM_BASE & BR_BA_MSK) | BR_PS_8 | BR_V);
> include/configs/spc1920.h:#define CFG_BR5_PRELIM ((CFG_SPC1920_PLD_BASE & BR_BA_MSK) | BR_PS_8 | BR_V);
> 
> WD, please apply the following patch directly, for 2008.10 release:
> 
> From b304c1d16fe6854b2e265722b75524f4738e3c64 Mon Sep 17 00:00:00 2001
> From: Selvamuthukumar <selva.muthukumar at e-coninfotech.com>
> Date: Wed, 8 Oct 2008 18:12:20 -0500
> Subject: [PATCH] Remove unwanted ';' at end of define.

Applied, thanks to both of you.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"If that makes any sense to you, you have a big problem."
                                  -- C. Durance, Computer Science 234


More information about the U-Boot mailing list