Re: [U-Boot] [PATCH] ppc4xx: Fix missing freqOPB for 405EP

2009-07-20 Thread Stefan Roese
On Friday 10 July 2009 14:47:32 Dirk Eibach wrote: > In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was > left out for no obvious reason. > > Signed-off-by: Dirk Eibach Applied to ppc4xx. Thanks. Best regards, Stefan ==

[U-Boot] [PATCH] ppc4xx: Fix missing freqOPB for 405EP

2009-07-10 Thread Dirk Eibach
In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was left out for no obvious reason. Signed-off-by: Dirk Eibach --- cpu/ppc4xx/speed.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cpu/ppc4xx/speed.c b/cpu/ppc4xx/speed.c index ed6e55b..6cb93f3 100644