
Dear Kim Phillips,
In message 20081008181850.8dec93a6.kim.phillips@freescale.com you wrote:
On Tue, 7 Oct 2008 19:03:05 +0530 Selvamuthukumar selva.muthukumar@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@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@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