Re: [U-Boot] [PATCH] ppc4xx: Consolidate get_OPB_freq()

2009-09-17 Thread Stefan Roese
On Monday 14 September 2009 11:39:53 Stefan Roese wrote: > All 4xx variants had their own, mostly identical get_OPB_freq() > function. Some variants even only had the OPB frequency calculated > in this routine and not supplied the sys_info.freqOPB variable > correctly (e.g. 405EZ). This resulted in

[U-Boot] [PATCH] ppc4xx: Consolidate get_OPB_freq()

2009-09-14 Thread Stefan Roese
All 4xx variants had their own, mostly identical get_OPB_freq() function. Some variants even only had the OPB frequency calculated in this routine and not supplied the sys_info.freqOPB variable correctly (e.g. 405EZ). This resulted in incorrect OPB values passed via the FDT to Linux. This patch no