]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix sys_get_info() for 405GP(r)
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Fri, 18 Apr 2008 15:24:32 +0000 (17:24 +0200)
committerStefan Roese <sr@denx.de>
Mon, 21 Apr 2008 04:54:08 +0000 (06:54 +0200)
commite1d09680f64b452adde89ed9fe28a77c56bedc9a
treea4e3132bf70bc4004b5d41e5b20ed770c8e8e304
parent499e7831e1baaac6bfb959213f1950c216fbc5ba
ppc4xx: Fix sys_get_info() for 405GP(r)

This patch assigns the correct EBC clock for 405GP(r) CPUs
to PPC4xx_SYS_INFO structure. Without this patch U-Boot
uses an uninitialized EBC clock in its startup message.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
cpu/ppc4xx/speed.c