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

Kim Phillips kim.phillips at freescale.com
Thu Oct 9 01:18:50 CEST 2008


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:



More information about the U-Boot mailing list