Re: [U-Boot] [PATCH] TQM8xx: Fix CFI flash driver support for all TQM8xx based boards

2008-09-17 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: ... > > + /* > > +* We assume that each 10MHz of bus clock require 1-clk SCY > > +* adjustment. > > +*/ > > + clk_diff = (gd->bus_clk / 100) - 50; > > Indentation looks wrong here. ...

Re: [U-Boot] [PATCH] TQM8xx: Fix CFI flash driver support for all TQM8xx based boards

2008-09-16 Thread Stefan Roese
Hi Wolfgang, On Tuesday 16 September 2008, Wolfgang Denk wrote: > After switching to using the CFI flash driver, the correct remapping > of the flash banks was forgotten. > > Also, some boards were not adapted, and the old legacy flash driver > was not removed yet. Please find some nitpicking com

[U-Boot] [PATCH] TQM8xx: Fix CFI flash driver support for all TQM8xx based boards

2008-09-16 Thread Wolfgang Denk
After switching to using the CFI flash driver, the correct remapping of the flash banks was forgotten. Also, some boards were not adapted, and the old legacy flash driver was not removed yet. Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- board/tqc/tqm8xx/Makefile |2 +- board/tqc/tqm